Class EPPEventException

All Implemented Interfaces:
Serializable

public class EPPEventException extends EPPException
The EPPEventException class defines an EPP Exception associated with EPPEvents.

See Also:
  • Constructor Details

    • EPPEventException

      public EPPEventException()
      Create an EPPEventException with the default message;
    • EPPEventException

      public EPPEventException(String aInfo)
      Create an EPPEventException with a custom message;
      Parameters:
      aInfo - A String with debug information