Package com.verisign.epp.exception
Class EPPXMLErrorHandlerFatalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
com.verisign.epp.exception.EPPXMLErrorHandlerFatalException
- All Implemented Interfaces:
Serializable
Title: EPP Gln SDK Description: Copyright: Copyright (c) 2002
Company: Verisign
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEPPXMLErrorHandlerFatalException(Exception aException) Creates a new EPPXMLErrorHandlerFatalException object.EPPXMLErrorHandlerFatalException(String aMessage) Creates a new EPPXMLErrorHandlerFatalException object.EPPXMLErrorHandlerFatalException(String aMessage, Exception aException) Creates a new EPPXMLErrorHandlerFatalException object. -
Method Summary
Methods inherited from class org.xml.sax.SAXException
getCause, getException, getMessage, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
EPPXMLErrorHandlerFatalException
Creates a new EPPXMLErrorHandlerFatalException object.- Parameters:
aException- DOCUMENT ME!
-
EPPXMLErrorHandlerFatalException
Creates a new EPPXMLErrorHandlerFatalException object.- Parameters:
aMessage- DOCUMENT ME!
-
EPPXMLErrorHandlerFatalException
Creates a new EPPXMLErrorHandlerFatalException object.- Parameters:
aMessage- DOCUMENT ME!aException- DOCUMENT ME!
-