public class MessagePartNotFoundException extends ProcessException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
MessagePartNotFoundException(java.lang.Object[] vars)
Constructor.
|
MessagePartNotFoundException(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 MessagePartNotFoundException(java.lang.Object[] vars)
vars
- See MessagePartNotFoundException(Object[], Throwable)
public MessagePartNotFoundException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 1 substitution variable for
CWWBA0134E: Unable to retrieve the expected message part ''{0}'' from the incoming messagecause
- The exception that was thrown.