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:
java.io.Serializable
public class EPPHandleEventException extends EPPException
TheEPPHandleEventExceptionclass is used byEPPEventHandlersto holdEPPResponseswhen errors occur when handling EPP Commmands.- See Also:
EPPEventHandler,EPPEvent, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EPPHandleEventException(java.lang.String description, EPPResponse aResponse)Construct anEPPHandleEventException
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EPPResponsegetResponse()Get theEPPResponsefor thisEPPHandleEventExcetioninstance
-
-
-
Constructor Detail
-
EPPHandleEventException
public EPPHandleEventException(java.lang.String description, EPPResponse aResponse)Construct anEPPHandleEventException- Parameters:
description- Any debug informationaResponse- The EPPResponse to contain
-
-
Method Detail
-
getResponse
public EPPResponse getResponse()
Get theEPPResponsefor thisEPPHandleEventExcetioninstance- Returns:
- EPPResponse The response to return
-
-