Package com.verisign.epp.transport
Class EPPConException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.verisign.epp.exception.EPPException
com.verisign.epp.transport.EPPConException
- All Implemented Interfaces:
Serializable
Connection exception used by classes in the
com.verisign.epp.transport package.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEPPConException(String aDesc) Instantiate aEPPConExceptionwith a description. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EPPConException
Instantiate aEPPConExceptionwith a description.- Parameters:
aDesc- Description for the exception
-