Package com.verisign.epp.exception
Class EPPException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.verisign.epp.exception.EPPException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
EnvException,EPPAssemblerException,EPPCodecException,EPPCommandException,EPPConException,EPPEnvException,EPPEventException,EPPHandleEventException,EPPLogException,EPPParserException,EPPPollQueueException
public class EPPException extends java.lang.ExceptionRepresents the base class for all EPP package exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EPPException(java.lang.String aInfo)Constructor forEPPExceptionthat requires a infoStringdescription.EPPException(java.lang.String aInfo, java.lang.Throwable aCause)Constructor forEPPExceptionthat requires a infoStringdescription and a causeThrowable.
-
-
-
Constructor Detail
-
EPPException
public EPPException(java.lang.String aInfo)
Constructor forEPPExceptionthat requires a infoStringdescription.- Parameters:
aInfo- text description
-
EPPException
public EPPException(java.lang.String aInfo, java.lang.Throwable aCause)Constructor forEPPExceptionthat requires a infoStringdescription and a causeThrowable.- Parameters:
aInfo- text descriptionaCause- Cause of theEPPException
-
-