public class BusinessCategoryInUseException extends TaskException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
BusinessCategoryInUseException(java.lang.Object[] vars)
Constructor.
|
BusinessCategoryInUseException(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 BusinessCategoryInUseException(java.lang.Object[] vars)
vars
- See BusinessCategoryInUseException(Object[], Throwable)
public BusinessCategoryInUseException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 2 substitution variables for
CWTKB0005E: Cannot perform action ''{0}'' on business category ''{1}'' since the business category is still used by task instances.cause
- The exception that was thrown.