|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XQErrorCodes
Error Codes returned by the XQ Service Framework
Field Summary | |
---|---|
static java.lang.String |
EXACTLY_ONCE_FAILURE
Indicates that a processing error occurred in the service framework while sending a message to a service's endpoint and the QoS of the service was EXACTLY_ONCE . |
static java.lang.String |
MESSAGE_RECEIPT_FAILURE
Indicates that a processing error occurred in the service framework before a messages was delivered to the service method of a service. |
static java.lang.String |
MESSAGE_SEND_FAILURE
Indicates that a processing error occurred in the service framework while sending a message to a service's endpoint. |
static java.lang.String |
PROCESS_QOS_UNSUPPORTED_AT_ENDPOINT
Indicates that a "Quality of Service" discrepancy occurred in the service framework between the QoS of a service's entry endpoint, and the QoS of the Process that is using it. |
static java.lang.String |
SEND_NULL_ADDRESS
Indicates that an XQAddress of an XQMessage placed
in a service's outbox is either empty or invalid. |
static java.lang.String |
TIME_TO_LIVE_EXPIRED
Indicates that the lifetime of a message within a process has exceed the time-to-live set for that process. |
static java.lang.String |
XQ_ENDPOINT_EXCEPTION
Indicates that a processing error occurred in the service framework while using a service's endpoint. |
static java.lang.String |
XQ_GLOBAL_REDELIVERY_EXCEEDED
Indicates that the maximum number of message redeliveries have been exceeded. |
static java.lang.String |
XQ_ITINERARY_EXCEPTION
Indicates that there was an error while parsing the itinerary from an inter-container message. |
static java.lang.String |
XQ_SERVICE_EXCEPTION
Indicates that the service method of a service threw an unhandled exception. |
Field Detail |
---|
static final java.lang.String XQ_SERVICE_EXCEPTION
rejectedCode
element of a rejectedMessageInfo
message.
static final java.lang.String MESSAGE_RECEIPT_FAILURE
rejectedCode
element of a rejectedMessageInfo
message.
static final java.lang.String PROCESS_QOS_UNSUPPORTED_AT_ENDPOINT
rejectedCode
element of a rejectedMessageInfo
message.
static final java.lang.String SEND_NULL_ADDRESS
XQAddress
of an XQMessage
placed
in a service's outbox
is either empty or invalid.
This error code is returned in the the rejectedCode
element of a rejectedMessageInfo
message.
static final java.lang.String XQ_ENDPOINT_EXCEPTION
rejectedCode
element of a rejectedMessageInfo
message.
static final java.lang.String MESSAGE_SEND_FAILURE
rejectedCode
element of a rejectedMessageInfo
message.
static final java.lang.String EXACTLY_ONCE_FAILURE
EXACTLY_ONCE
.
This error code is returned in the the rejectedCode
element of a rejectedMessageInfo
message.
static final java.lang.String TIME_TO_LIVE_EXPIRED
rejectedCode
element of a rejectedMessageInfo
message.
static final java.lang.String XQ_ITINERARY_EXCEPTION
rejectedCode
element of a rejectedMessageInfo
message.
static final java.lang.String XQ_GLOBAL_REDELIVERY_EXCEEDED
globalRejectedCode
element of a rejectedMessageInfo
message.
|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |