public class EngineActivityStoppedException extends ProcessException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EngineActivityStoppedException(java.lang.Object[] vars)
Constructor.
|
EngineActivityStoppedException(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 EngineActivityStoppedException(java.lang.Object[] vars)
vars
- See EngineActivityStoppedException(Object[], Throwable)
public EngineActivityStoppedException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 2 substitution variables for
CWWBE0057I: Activity ''{0}'' of processes ''{1}'' has been stopped because of an unhandled failure.cause
- The exception that was thrown.