Class EPPConException

  • All Implemented Interfaces:
    java.io.Serializable

    public class EPPConException
    extends EPPException
    Connection exception used by classes in the com.verisign.epp.transport package.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      EPPConException​(java.lang.String aDesc)
      Instantiate a EPPConException with a description.
    • 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

      • EPPConException

        public EPPConException​(java.lang.String aDesc)
        Instantiate a EPPConException with a description.
        Parameters:
        aDesc - Description for the exception