Class EPPException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.verisign.epp.exception.EPPException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EnvException, EPPAssemblerException, EPPCodecException, EPPCommandException, EPPConException, EPPEnvException, EPPEventException, EPPHandleEventException, EPPLogException, EPPParserException, EPPPollQueueException

public class EPPException extends Exception
Represents the base class for all EPP package exceptions.
See Also:
  • Constructor Details

    • EPPException

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

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