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