public class EngineProcessWrongStateException extends EngineWrongStateException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EngineProcessWrongStateException(java.lang.Object[] vars)
Constructor.
|
EngineProcessWrongStateException(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 EngineProcessWrongStateException(java.lang.Object[] vars)
vars
- See EngineProcessWrongStateException(Object[], Throwable)
public EngineProcessWrongStateException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 3 substitution variables for
CWWBE0126E: The state ''{0}'' of the process instance ''{1}'' does not allow the requested action ''{2}'' to be performed.cause
- The exception that was thrown.