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