public class EngineCannotDeleteProcessException extends ProcessException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EngineCannotDeleteProcessException(java.lang.Object[] vars)
Constructor.
|
EngineCannotDeleteProcessException(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 EngineCannotDeleteProcessException(java.lang.Object[] vars)
vars
- See EngineCannotDeleteProcessException(Object[], Throwable)
public EngineCannotDeleteProcessException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 2 substitution variables for
CWWBE0029E: Process ''{0}'' cannot be deleted because it is a subprocess of process ''{1}''.cause
- The exception that was thrown.