Class EPPPollQueueException

All Implemented Interfaces:
Serializable

public class EPPPollQueueException extends EPPException
Represents a general EPP Poll Queue Exception.

See Also:
  • Field Details

    • TYPE_DEFAULT

      public static final int TYPE_DEFAULT
      Default type of poll queue exception
      See Also:
    • TYPE_QUEUE_EMPTY

      public static final int TYPE_QUEUE_EMPTY
      Poll queue is empty
      See Also:
    • TYPE_MSGID_NOT_FOUND

      public static final int TYPE_MSGID_NOT_FOUND
      Message id was not found
      See Also:
  • Constructor Details

    • EPPPollQueueException

      public EPPPollQueueException(String info)
      Constructor for EPPPollQueueException that takes an info string.
      Parameters:
      info - Text description of the exception.
    • EPPPollQueueException

      public EPPPollQueueException(int aType, String info)
      Constructor for EPPPollQueueException that takes a type and an info string.
      Parameters:
      aType - Type of the exception.
      info - Text description of the exception.
  • Method Details

    • getType

      public int getType()
      Function to get the exception type.
      Returns:
      DOCUMENT ME!