public class EPPPollQueueException extends EPPException
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
int |
getType()
Function to get the exception type.
|
public static final int TYPE_DEFAULT
public static final int TYPE_QUEUE_EMPTY
public static final int TYPE_MSGID_NOT_FOUND
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.Copyright © VeriSign Inc. All Rights Reserved.