Class EPPException

    • Constructor Summary

      Constructors 
      Constructor Description
      EPPException​(java.lang.String aInfo)
      Constructor for EPPException that requires a info String description.
      EPPException​(java.lang.String aInfo, java.lang.Throwable aCause)
      Constructor for EPPException that requires a info String description and a cause Throwable.
    • 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

      • EPPException

        public EPPException​(java.lang.String aInfo)
        Constructor for EPPException that requires a info String description.
        Parameters:
        aInfo - text description
      • EPPException

        public EPPException​(java.lang.String aInfo,
                            java.lang.Throwable aCause)
        Constructor for EPPException that requires a info String description and a cause Throwable.
        Parameters:
        aInfo - text description
        aCause - Cause of the EPPException