|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.wm.util.LocalizedException
com.wm.lang.ns.NSException
com.wm.app.b2b.client.ServiceException
com.wm.app.b2b.client.DeliveryException
public class DeliveryException
This class extends ServiceException. It is thrown if the Job Manager fails or is
disabled. Delivery exceptions will return messages with one of the following
prefixes:
[TxMgr] | Failure of the delivery mechanism (i.e., the Job Manager), which may require corrective action by a system administrator. |
[Tx] | Failure of a transaction (e.g., the transaction expired or experienced a heuristic failure). |
TContext
,
ServiceException
,
Serialized FormConstructor Summary | |
---|---|
DeliveryException()
Constructs a DeliveryException with no detailed error message. |
|
DeliveryException(java.lang.String msg)
Constructs a DeliveryException with the specified message. |
Method Summary |
---|
Methods inherited from class com.wm.app.b2b.client.ServiceException |
---|
getErrorDump, getErrorInfo, getErrorType, getLocalizedMessage, getMessage, getOriginalException, reThrow, toString |
Methods inherited from class com.wm.util.LocalizedException |
---|
getErrorDetails, getLocalizedMessage, getMsgId, getMsgOnly, getMsgOnly, getWrappedException, setErrorDetails |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeliveryException()
public DeliveryException(java.lang.String msg)
msg
- A String specifying the detailed error message for this
DeliveryException.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |