public class BusinessCategoryAlreadyExistsException extends TaskException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
BusinessCategoryAlreadyExistsException(java.lang.Object[] vars)
Constructor.
|
BusinessCategoryAlreadyExistsException(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 BusinessCategoryAlreadyExistsException(java.lang.Object[] vars)
vars
- See BusinessCategoryAlreadyExistsException(Object[], Throwable)
public BusinessCategoryAlreadyExistsException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 1 substitution variable for
CWTKB0004E: Cannot create a business category with name ''{0}'' since another already exists.cause
- The exception that was thrown.