public class WrongInputMessageTypeException extends WrongMessageTypeException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
WrongInputMessageTypeException(java.lang.Object[] vars)
Constructor.
|
WrongInputMessageTypeException(java.lang.Object[] vars,
java.lang.Throwable cause)
Constructor.
|
getCause, getMessage, getMessage, getMessageID, getMessageKey, getMessageVariables, getRootCause, printStackTrace, printStackTrace, printStackTrace
public static final java.lang.String COPYRIGHT
public WrongInputMessageTypeException(java.lang.Object[] vars)
vars
- See WrongInputMessageTypeException(Object[], Throwable)
public WrongInputMessageTypeException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 3 substitution variables for
CWTKA0113E: The provided data does not match the definition of the input message of the ''{0}'' task (expected input message type: ''{1}'', provided message type: ''{2}'').cause
- The exception that was thrown.