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