public class EscalationNotAuthorizedException extends NotAuthorizedException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EscalationNotAuthorizedException(java.lang.Object[] vars)
Constructor.
|
EscalationNotAuthorizedException(java.lang.Object[] vars,
java.lang.Throwable cause)
Constructor.
|
getCause, getMessage, getMessage, getMessageID, getMessageKey, getMessageVariables, getRootCause, printStackTrace, printStackTrace, printStackTrace
public static final java.lang.String COPYRIGHT
public EscalationNotAuthorizedException(java.lang.Object[] vars)
vars
- See EscalationNotAuthorizedException(Object[], Throwable)
public EscalationNotAuthorizedException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 3 substitution variables for
CWTKA0066E: User ''{0}'' is not allowed to perform the requested action ''{1}'' on escalation ''{2}''.cause
- The exception that was thrown.