Class EPPParserException

  • All Implemented Interfaces:
    java.io.Serializable

    public class EPPParserException
    extends EPPException

    Title: EPP SDK

    Description: EPP SDK for 1.0 Spec

    Copyright: Copyright (c) 2003

    Company: VeriSign

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      EPPParserException()
      Creates a new EPPParserException object.
      EPPParserException​(java.lang.String info)
      Creates a new EPPParserException object.
      EPPParserException​(java.lang.Throwable aThrowable)
      Creates a new EPPParserException object.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EPPParserException

        public EPPParserException()
        Creates a new EPPParserException object.
      • EPPParserException

        public EPPParserException​(java.lang.String info)
        Creates a new EPPParserException object.
        Parameters:
        info - DOCUMENT ME!
      • EPPParserException

        public EPPParserException​(java.lang.Throwable aThrowable)
        Creates a new EPPParserException object.
        Parameters:
        aThrowable - DOCUMENT ME!