public class InvalidWorkBasketAssignmentReasonException extends InvalidAssignmentReasonException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
InvalidWorkBasketAssignmentReasonException(java.lang.Object[] vars)
Constructor.
|
InvalidWorkBasketAssignmentReasonException(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 InvalidWorkBasketAssignmentReasonException(java.lang.Object[] vars)
vars
- See InvalidWorkBasketAssignmentReasonException(Object[], Throwable)
public InvalidWorkBasketAssignmentReasonException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 1 substitution variable for
CWTKW0009E: The assignment reason ''{0}'' is not valid for work baskets.cause
- The exception that was thrown.