Package com.verisign.epp.framework
Class EPPHandleEventException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.verisign.epp.exception.EPPException
com.verisign.epp.framework.EPPHandleEventException
- All Implemented Interfaces:
Serializable
The
EPPHandleEventException class is used by
EPPEventHandlers to hold EPPResponses when errors
occur when handling EPP Commmands. - See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEPPHandleEventException(String description, EPPResponse aResponse) Construct anEPPHandleEventException -
Method Summary
Modifier and TypeMethodDescriptionGet theEPPResponsefor thisEPPHandleEventExcetioninstanceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EPPHandleEventException
Construct anEPPHandleEventException- Parameters:
description- Any debug informationaResponse- The EPPResponse to contain
-
-
Method Details
-
getResponse
Get theEPPResponsefor thisEPPHandleEventExcetioninstance- Returns:
- EPPResponse The response to return
-