public class QueueDataUndeliverableCode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
EXPIRED
The time limit on this message expired
|
static int |
INVALID_SENDER
The sender of this message is now invalid
|
static int |
INVALID_TARGET
Destination of this message does not exist
|
static int |
MAX_MSG_SIZE
Message was too large
|
static int |
NO_PERMISSION
Sender is not permitted to send to this message's destination
|
static int |
QUEUE_DISABLED
Destination's queue has been disabled
|
static int |
QUEUE_FULL
Destination's message queue is full
|
static int |
TARGET_DELETED
The target queue was deleted after sending the message, but before it was delivered
|
static int |
UNSPECIFIED
Unspecified
|
| Constructor and Description |
|---|
QueueDataUndeliverableCode() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
toString(int expirationCode) |
public static final int UNSPECIFIED
public static final int EXPIRED
public static final int NO_PERMISSION
public static final int INVALID_TARGET
public static final int QUEUE_FULL
public static final int QUEUE_DISABLED
public static final int MAX_MSG_SIZE
public static final int INVALID_SENDER
public static final int TARGET_DELETED
Copyright @ 2019 Thomson Reuters. All Rights Reserved.