Package com.verisign.epp.framework
Class EPPEventException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.verisign.epp.exception.EPPException
com.verisign.epp.framework.EPPEventException
- All Implemented Interfaces:
Serializable
The
EPPEventException class defines an EPP Exception associated
with EPPEvents. - See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate anEPPEventExceptionwith the default message;EPPEventException(String aInfo) Create anEPPEventExceptionwith a custom message; -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EPPEventException
public EPPEventException()Create anEPPEventExceptionwith the default message; -
EPPEventException
Create anEPPEventExceptionwith a custom message;- Parameters:
aInfo- A String with debug information
-