public class EngineEndlessLoopException extends ProcessException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EngineEndlessLoopException(java.lang.Object[] vars)
Constructor.
|
EngineEndlessLoopException(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 EngineEndlessLoopException(java.lang.Object[] vars)
vars
- See EngineEndlessLoopException(Object[], Throwable)
public EngineEndlessLoopException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 3 substitution variables for
CWWBE0201W: The current transaction of the process ''{0}'' has been active for {1} seconds. The activity ''{2}'' might be in an endless loop.cause
- The exception that was thrown.