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