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