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