public class WrongOutputMessageTypeException extends WrongMessageTypeException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
WrongOutputMessageTypeException(java.lang.Object[] vars)
Constructor.
|
WrongOutputMessageTypeException(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 WrongOutputMessageTypeException(java.lang.Object[] vars)
vars
- See WrongOutputMessageTypeException(Object[], Throwable)
public WrongOutputMessageTypeException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 3 substitution variables for
CWTKA0114E: The provided data does not match the definition of the output message of the ''{0}'' task (expected output message type: ''{1}'', provided message type: ''{2}'').cause
- The exception that was thrown.