public class EngineDataCannotBeProcessedException extends EngineWrongMessageTypeException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EngineDataCannotBeProcessedException(java.lang.Object[] vars)
Constructor.
|
EngineDataCannotBeProcessedException(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 EngineDataCannotBeProcessedException(java.lang.Object[] vars)
vars
- See EngineDataCannotBeProcessedException(Object[], Throwable)
public EngineDataCannotBeProcessedException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 2 substitution variables for
CWWBE0213E: The data sent with the ''{0}'' request for ''{1}'' cannot be processed.cause
- The exception that was thrown.