|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.verisign.epp.exception.EPPException
com.verisign.epp.framework.EPPPollQueueException
public class EPPPollQueueException
Represents a general EPP Poll Queue Exception.
Field Summary | |
---|---|
static int |
TYPE_DEFAULT
Default type of poll queue exception |
static int |
TYPE_MSGID_NOT_FOUND
Message id was not found |
static int |
TYPE_QUEUE_EMPTY
Poll queue is empty |
Constructor Summary | |
---|---|
EPPPollQueueException(int aType,
java.lang.String info)
Constructor for EPPPollQueueException that takes a type and an info string. |
|
EPPPollQueueException(java.lang.String info)
Constructor for EPPPollQueueException that takes an info string. |
Method Summary | |
---|---|
int |
getType()
Function to get the exception type. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int TYPE_DEFAULT
public static final int TYPE_QUEUE_EMPTY
public static final int TYPE_MSGID_NOT_FOUND
Constructor Detail |
---|
public EPPPollQueueException(java.lang.String info)
info
- Text description of the exception.public EPPPollQueueException(int aType, java.lang.String info)
aType
- Type of the exception.info
- Text description of the exception.Method Detail |
---|
public int getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |