public class EngineMessageAndCorrelationSetMismatchException extends ProcessException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EngineMessageAndCorrelationSetMismatchException(java.lang.Object[] vars)
Constructor.
|
EngineMessageAndCorrelationSetMismatchException(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 EngineMessageAndCorrelationSetMismatchException(java.lang.Object[] vars)
vars
- See EngineMessageAndCorrelationSetMismatchException(Object[], Throwable)
public EngineMessageAndCorrelationSetMismatchException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 2 substitution variables for
CWWBE0182E: The specified message and correlation sets for activity ''{0}'' in process ''{1}'' do not match.cause
- The exception that was thrown.