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