Package com.verisign.epp.exception
Class EPPException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.verisign.epp.exception.EPPException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EnvException,EPPAssemblerException,EPPCodecException,EPPCommandException,EPPConException,EPPEnvException,EPPEventException,EPPHandleEventException,EPPLogException,EPPParserException,EPPPollQueueException
Represents the base class for all EPP package exceptions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEPPException(String aInfo) Constructor forEPPExceptionthat requires a infoStringdescription.EPPException(String aInfo, Throwable aCause) Constructor forEPPExceptionthat requires a infoStringdescription and a causeThrowable. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EPPException
Constructor forEPPExceptionthat requires a infoStringdescription.- Parameters:
aInfo- text description
-
EPPException
Constructor forEPPExceptionthat requires a infoStringdescription and a causeThrowable.- Parameters:
aInfo- text descriptionaCause- Cause of theEPPException
-