public class EngineCorrelationSetAlreadyInitializedException extends ProcessException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EngineCorrelationSetAlreadyInitializedException(java.lang.Object[] vars)
Constructor.
|
EngineCorrelationSetAlreadyInitializedException(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 EngineCorrelationSetAlreadyInitializedException(java.lang.Object[] vars)
vars
- See EngineCorrelationSetAlreadyInitializedException(Object[], Throwable)
public EngineCorrelationSetAlreadyInitializedException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 2 substitution variables for
CWWBE0192E: The correlation set ''{0}'' is already initialized for process instance ''{1}''.cause
- The exception that was thrown.