|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sonicsw.xq.XQException
com.sonicsw.xq.XQDispatchException
public class XQDispatchException
Field Summary |
---|
Fields inherited from class com.sonicsw.xq.XQException |
---|
UNSPECIFIED |
Constructor Summary | |
---|---|
XQDispatchException()
Construct a XQDispatchException using default message. |
|
XQDispatchException(java.util.ArrayList<java.lang.Throwable> nestedExceptions,
java.util.ArrayList<XQEnvelope> failedEnvelopes)
Construct a XQDispatchException using the an array of exceptions and array of failed envelopes.This is only relevant when the dispatch Qos is XQQualityofService.AT_LEAST_ONCE or XQQualityofService.BEST_EFFORT. |
|
XQDispatchException(java.lang.String message)
Construct a XQDispatchException using the specified message. |
|
XQDispatchException(java.lang.Throwable nestedException,
XQEnvelope failedEnvelope)
Construct a XQDispatchException using the throwable and the failed envelope. |
Method Summary | |
---|---|
java.util.ArrayList<java.lang.Throwable> |
getAllExceptions()
Returns the array of exception(s) that resulted when asynchronous dispatches to multiple addresses failed, depending on the dispatch QoS. |
java.util.ArrayList<XQEnvelope> |
getFailedEnvelopes()
Returns an array of failed envelope(s) depending on the dispatch QoS. |
Methods inherited from class com.sonicsw.xq.XQException |
---|
getErrorID, getLinkedException, getLocalizedMessage, getMessage, setErrorID, setLinkedException |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XQDispatchException()
public XQDispatchException(java.lang.String message)
public XQDispatchException(java.lang.Throwable nestedException, XQEnvelope failedEnvelope)
public XQDispatchException(java.util.ArrayList<java.lang.Throwable> nestedExceptions, java.util.ArrayList<XQEnvelope> failedEnvelopes)
Method Detail |
---|
public java.util.ArrayList<XQEnvelope> getFailedEnvelopes()
public java.util.ArrayList<java.lang.Throwable> getAllExceptions()
|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |