public class BusinessCategoryHasChildrenException extends TaskException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
BusinessCategoryHasChildrenException(java.lang.Object[] vars)
Constructor.
|
BusinessCategoryHasChildrenException(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 BusinessCategoryHasChildrenException(java.lang.Object[] vars)
vars
- See BusinessCategoryHasChildrenException(Object[], Throwable)
public BusinessCategoryHasChildrenException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 1 substitution variable for
CWTKB0008E: Cannot delete business category ''{0}'' since it still has children.cause
- The exception that was thrown.