Class EPPHandleEventException

All Implemented Interfaces:
Serializable

public class EPPHandleEventException extends EPPException
The EPPHandleEventException class is used by EPPEventHandlers to hold EPPResponses when errors occur when handling EPP Commmands.

See Also:
  • Constructor Details

    • EPPHandleEventException

      public EPPHandleEventException(String description, EPPResponse aResponse)
      Construct an EPPHandleEventException
      Parameters:
      description - Any debug information
      aResponse - The EPPResponse to contain
  • Method Details

    • getResponse

      public EPPResponse getResponse()
      Get the EPPResponse for this EPPHandleEventExcetion instance
      Returns:
      EPPResponse The response to return