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
TheEPPHandleEventException
class is used byEPPEventHandlers
to holdEPPResponses
when 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 EPPResponse
getResponse()
Get theEPPResponse
for thisEPPHandleEventExcetion
instance
-
-
-
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 theEPPResponse
for thisEPPHandleEventExcetion
instance- Returns:
- EPPResponse The response to return
-
-