public class BusinessCategoryDoesNotExistException extends ObjectDoesNotExistException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
BusinessCategoryDoesNotExistException(java.lang.Object[] vars)
Constructor.
|
BusinessCategoryDoesNotExistException(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 BusinessCategoryDoesNotExistException(java.lang.Object[] vars)
vars
- See BusinessCategoryDoesNotExistException(Object[], Throwable)
public BusinessCategoryDoesNotExistException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 1 substitution variable for
CWTKB0001E: The business category ''{0}'' does not exist.cause
- The exception that was thrown.