public class EngineProcessWrongKindException extends EngineWrongKindException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EngineProcessWrongKindException(java.lang.Object[] vars)
Constructor.
|
EngineProcessWrongKindException(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 EngineProcessWrongKindException(java.lang.Object[] vars)
vars
- See EngineProcessWrongKindException(Object[], Throwable)
public EngineProcessWrongKindException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 2 substitution variables for
CWWBE0132E: The requested action ''{0}'' is not allowed on process ''{1}''. This action is only allowed for top-level processes.cause
- The exception that was thrown.