com.ibm.commerce.rules.exception
Class RuleServiceConfigurationNotFoundException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.ibm.commerce.rules.exception.RulesSystemRuntimeException
|
+--com.ibm.commerce.rules.exception.RuleServiceConfigurationNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
- public class RuleServiceConfigurationNotFoundException
- extends RulesSystemRuntimeException
Indicates that a rule service configuration was not found, usually
while configuring the rule server.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RuleServiceConfigurationNotFoundException
public RuleServiceConfigurationNotFoundException(java.lang.String aRuleServerName,
RuleServiceKey aRuleServiceKey)
- Parameters:
aRuleServerName
- The name of the rule server expecting
the rule service configuration.aRuleServiceKey
- The identifying key of the rule service
whose configuration was not found.
getExceptionMessage
protected com.ibm.commerce.services.logging.Message getExceptionMessage()
- Description copied from class:
RulesSystemRuntimeException
- Subclasses must return an exception message to be formatted
when a client calls
getMessage()
.
- Overrides:
getExceptionMessage
in class RulesSystemRuntimeException
- See Also:
RulesSystemRuntimeException
getMessageParameters
protected java.lang.Object[] getMessageParameters()
- The rule server name, rule service name and store ID are provided as detail.
- Overrides:
getMessageParameters
in class RulesSystemRuntimeException
- See Also:
RulesSystemRuntimeException
getRuleServerName
public java.lang.String getRuleServerName()
getRuleServiceKey
public RuleServiceKey getRuleServiceKey()