public class CreateBusinessCategoryNotAuthorizedException extends BusinessCategoryNotAuthorizedException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
CreateBusinessCategoryNotAuthorizedException(java.lang.Object[] vars)
Constructor.
|
CreateBusinessCategoryNotAuthorizedException(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 CreateBusinessCategoryNotAuthorizedException(java.lang.Object[] vars)
vars
- See CreateBusinessCategoryNotAuthorizedException(Object[], Throwable)
public CreateBusinessCategoryNotAuthorizedException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 1 substitution variable for
CWTKB0003E: User ''{0}'' is not authorized to create business categories.cause
- The exception that was thrown.