|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.verisign.epp.exception.EPPException
com.verisign.epp.framework.EPPHandleEventException
public class EPPHandleEventException
The EPPHandleEventException
class is used by
EPPEventHandlers
to hold EPPResponses
when errors
occur when handling EPP Commmands.
EPPEventHandler
,
EPPEvent
,
Serialized FormConstructor Summary | |
---|---|
EPPHandleEventException(java.lang.String description,
EPPResponse aResponse)
Construct an EPPHandleEventException |
Method Summary | |
---|---|
EPPResponse |
getResponse()
Get the EPPResponse for this
EPPHandleEventExcetion instance |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EPPHandleEventException(java.lang.String description, EPPResponse aResponse)
EPPHandleEventException
description
- Any debug informationaResponse
- The EPPResponse to containMethod Detail |
---|
public EPPResponse getResponse()
EPPResponse
for this
EPPHandleEventExcetion
instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |