public class InvalidPropertyAliasTypeException extends ProcessException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
InvalidPropertyAliasTypeException(java.lang.Object[] vars)
Constructor.
|
InvalidPropertyAliasTypeException(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 InvalidPropertyAliasTypeException(java.lang.Object[] vars)
vars
- See InvalidPropertyAliasTypeException(Object[], Throwable)
public InvalidPropertyAliasTypeException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 4 substitution variables for
CWWBA0137E: Query ''{0}'' on part ''{1}'' of the incoming message was expected to yield an object of type ''{2}'', but the result was an object of type ''{3}''cause
- The exception that was thrown.