public class TaskTransferTargetNotAuthorizedException extends TaskNotAuthorizedException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
TaskTransferTargetNotAuthorizedException(java.lang.Object[] vars)
Constructor.
|
TaskTransferTargetNotAuthorizedException(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 TaskTransferTargetNotAuthorizedException(java.lang.Object[] vars)
vars
- See TaskTransferTargetNotAuthorizedException(Object[], Throwable)
public TaskTransferTargetNotAuthorizedException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 3 substitution variables for
CWTKA0110E: The ''{0}'' task cannot be assigned to the ''{1}'' user because the user does not have a ''{2}'' work item.cause
- The exception that was thrown.