public class EngineCannotRunInterruptibleException extends SystemFaultException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EngineCannotRunInterruptibleException(java.lang.Object[] vars)
Constructor.
|
EngineCannotRunInterruptibleException(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 EngineCannotRunInterruptibleException(java.lang.Object[] vars)
vars
- See EngineCannotRunInterruptibleException(Object[], Throwable)
public EngineCannotRunInterruptibleException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 1 substitution variable for
CWWBE0015E: Process model ''{0}''is not configured to run interruptibly.cause
- The exception that was thrown.