public class InvalidMessagePartTypeException extends ProcessException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
InvalidMessagePartTypeException(java.lang.Object[] vars)
Constructor.
|
InvalidMessagePartTypeException(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 InvalidMessagePartTypeException(java.lang.Object[] vars)
vars
- See InvalidMessagePartTypeException(Object[], Throwable)
public InvalidMessagePartTypeException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 2 substitution variables for
CWWBA0136E: Part ''{0}'' of the incoming message is not of type ''{1}''cause
- The exception that was thrown.