public class WorkBasketNotEmptyException extends TaskException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
WorkBasketNotEmptyException(java.lang.Object[] vars)
Constructor.
|
WorkBasketNotEmptyException(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 WorkBasketNotEmptyException(java.lang.Object[] vars)
vars
- See WorkBasketNotEmptyException(Object[], Throwable)
public WorkBasketNotEmptyException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 2 substitution variables for
CWTKW0006E: Cannot perform action ''{0}'' on work basket ''{1}'' since the work basket is not empty.cause
- The exception that was thrown.