public class EngineTimeoutExpressionEvaluationException extends SystemFaultException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EngineTimeoutExpressionEvaluationException(java.lang.Object[] vars)
Constructor.
|
EngineTimeoutExpressionEvaluationException(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 EngineTimeoutExpressionEvaluationException(java.lang.Object[] vars)
vars
- See EngineTimeoutExpressionEvaluationException(Object[], Throwable)
public EngineTimeoutExpressionEvaluationException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 1 substitution variable for
CWWBE0079E: An error occurred during the evaluation of a timeout expression for activity ''{0}''.cause
- The exception that was thrown.