|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageErrorConstants
A collection of constants listing the different reasons why a message can be sent to a DMQ.
Field Summary | |
---|---|
static short |
ADMIN_DELETED
If the message has been deleted by an admin request. |
static short |
DELETED_DEST
If the target destination of the message could not be found. |
static short |
EXPIRED
If the message expired before delivery. |
static short |
NOT_WRITEABLE
If the target destination of the message did not accept the sender as a WRITER. |
static short |
QUEUE_FULL
If the queue has reached its max number of messages. |
static short |
UNDELIVERABLE
If the number of delivery attempts of the message overtook the threshold. |
static short |
UNEXPECTED_ERROR
If an unexpected error happened during delivery. |
Field Detail |
---|
static final short EXPIRED
static final short NOT_WRITEABLE
static final short UNDELIVERABLE
static final short ADMIN_DELETED
static final short DELETED_DEST
static final short QUEUE_FULL
static final short UNEXPECTED_ERROR
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |