Package com.verisign.epp.framework
Class EPPPollQueueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.verisign.epp.exception.EPPException
com.verisign.epp.framework.EPPPollQueueException
- All Implemented Interfaces:
Serializable
Represents a general EPP Poll Queue Exception.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDefault type of poll queue exceptionstatic final intMessage id was not foundstatic final intPoll queue is empty -
Constructor Summary
ConstructorsConstructorDescriptionEPPPollQueueException(int aType, String info) Constructor for EPPPollQueueException that takes a type and an info string.EPPPollQueueException(String info) Constructor for EPPPollQueueException that takes an info string. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
TYPE_DEFAULT
public static final int TYPE_DEFAULTDefault type of poll queue exception- See Also:
-
TYPE_QUEUE_EMPTY
public static final int TYPE_QUEUE_EMPTYPoll queue is empty- See Also:
-
TYPE_MSGID_NOT_FOUND
public static final int TYPE_MSGID_NOT_FOUNDMessage id was not found- See Also:
-
-
Constructor Details
-
EPPPollQueueException
Constructor for EPPPollQueueException that takes an info string.- Parameters:
info- Text description of the exception.
-
EPPPollQueueException
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!
-