Package com.verisign.epp.exception
Class EPPXMLErrorHandlerErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
com.verisign.epp.exception.EPPXMLErrorHandlerErrorException
- All Implemented Interfaces:
Serializable
Title: EPP Gln SDK Description: Copyright: Copyright (c) 2002
Company: Verisign
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEPPXMLErrorHandlerErrorException(Exception aException) Creates a new EPPXMLErrorHandlerErrorException object.EPPXMLErrorHandlerErrorException(String aMessage) Creates a new EPPXMLErrorHandlerErrorException object.EPPXMLErrorHandlerErrorException(String aMessage, Exception aException) Creates a new EPPXMLErrorHandlerErrorException 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
-
EPPXMLErrorHandlerErrorException
Creates a new EPPXMLErrorHandlerErrorException object.- Parameters:
aException- DOCUMENT ME!
-
EPPXMLErrorHandlerErrorException
Creates a new EPPXMLErrorHandlerErrorException object.- Parameters:
aMessage- DOCUMENT ME!
-
EPPXMLErrorHandlerErrorException
Creates a new EPPXMLErrorHandlerErrorException object.- Parameters:
aMessage- DOCUMENT ME!aException- DOCUMENT ME!
-