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