public class EngineCannotUnwrapReplyContextException extends ProcessException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EngineCannotUnwrapReplyContextException(java.lang.Object[] vars)
Constructor.
|
EngineCannotUnwrapReplyContextException(java.lang.Object[] vars,
java.lang.Throwable cause)
Constructor.
|
getCause, getMessage, getMessage, getMessageID, getMessageKey, getMessageVariables, getRootCause, internPrintStackTrace, printStackTrace, printStackTrace, printStackTrace
public static final java.lang.String COPYRIGHT
public EngineCannotUnwrapReplyContextException(java.lang.Object[] vars)
vars
- See EngineCannotUnwrapReplyContextException(Object[], Throwable)
public EngineCannotUnwrapReplyContextException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 0 substitution variables for
CWWBE0055E: A ReplyContext instance was received that cannot be unwrapped.cause
- The exception that was thrown.