public class EngineCorrelationSetDoesNotExistException extends ProcessException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EngineCorrelationSetDoesNotExistException(java.lang.Object[] vars)
Constructor.
|
EngineCorrelationSetDoesNotExistException(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 EngineCorrelationSetDoesNotExistException(java.lang.Object[] vars)
vars
- See EngineCorrelationSetDoesNotExistException(Object[], Throwable)
public EngineCorrelationSetDoesNotExistException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 3 substitution variables for
CWWBE0193E: The correlation set ''{0}'' does not exist on process template ''{1}'', valid from: ''{2}''.cause
- The exception that was thrown.