Class EPPXMLErrorHandlerWarningException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
com.verisign.epp.exception.EPPXMLErrorHandlerWarningException
All Implemented Interfaces:
Serializable

public class EPPXMLErrorHandlerWarningException extends SAXException
Title: EPP Gln SDK Description: Copyright: Copyright (c) 2002 Company: Verisign
See Also:
  • Constructor Details

    • EPPXMLErrorHandlerWarningException

      public EPPXMLErrorHandlerWarningException(Exception aException)
      Creates a new EPPXMLErrorHandlerWarningException object.
      Parameters:
      aException - DOCUMENT ME!
    • EPPXMLErrorHandlerWarningException

      public EPPXMLErrorHandlerWarningException(String aMessage)
      Creates a new EPPXMLErrorHandlerWarningException object.
      Parameters:
      aMessage - DOCUMENT ME!
    • EPPXMLErrorHandlerWarningException

      public EPPXMLErrorHandlerWarningException(String aMessage, Exception aException)
      Creates a new EPPXMLErrorHandlerWarningException object.
      Parameters:
      aMessage - DOCUMENT ME!
      aException - DOCUMENT ME!