Package com.ibm.commerce.rules.exception

Exceptions thrown within this component.

See:
          Description

Class Summary
PersonalizationRuleServerException Indicates a general problem occurred within the personalization rule server.
PersonalizationRuleServerNotAvailableException Indicates that the personalization rule server was not available when it needed to be.
PersonalizationRuleServiceExistsException Indicates that a rule service already exists in the personalization rule server, usually when an attempt is made to create a personalization rule service with a rule service key already in use.
PersonalizationRuleServiceNotEnabledException Indicates that a rule service was not enabled within the personalization rule server, usually when an attempt is made to invoke a service that has been disabled.
PersonalizationRuleServiceNotFoundException Indicates that a rule server was not found within the personalization rule server, usually when an attempt is made to invoke a service that is not configured within the server.
RuleServerNotFoundException Indicates that a rule server was not found.
 

Exception Summary
InvalidRuleServiceKeyException Indicates an attempt to create a rule service key from an invalid string.
RuleServerConfigurationNotFoundException Indicates that a rule server configuration was not found, usually during system startup.
RuleServiceConfigurationNotFoundException Indicates that a rule service configuration was not found, usually while configuring the rule server.
RulesSystemDataModelException A base class for exceptions thrown from within the rules system data model.
RulesSystemRuntimeException A base exception class for runtime (unchecked) exceptions thrown within the rules system.
 

Package com.ibm.commerce.rules.exception Description

Exceptions thrown within this component.