public class EngineActivityNotAuthorizedException extends EngineNotAuthorizedException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EngineActivityNotAuthorizedException(java.lang.Object[] vars)
Constructor.
|
EngineActivityNotAuthorizedException(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 EngineActivityNotAuthorizedException(java.lang.Object[] vars)
vars
- See EngineActivityNotAuthorizedException(Object[], Throwable)
public EngineActivityNotAuthorizedException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 4 substitution variables for
CWWBE0134E: The user ''{0}'' is not allowed to perform the requested action ''{1}'' on activity ''{2}'' defined in process template ''{3}''.cause
- The exception that was thrown.