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