public class BusinessCategoryNotEnabledException extends TaskException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
BusinessCategoryNotEnabledException(java.lang.Object[] vars)
Constructor.
|
BusinessCategoryNotEnabledException(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 BusinessCategoryNotEnabledException(java.lang.Object[] vars)
vars
- See BusinessCategoryNotEnabledException(Object[], Throwable)
public BusinessCategoryNotEnabledException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 0 substitution variables for
CWTKA0151E: Business category feature is not enabled.cause
- The exception that was thrown.