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