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

Fields inherited from class com.ibm.commerce.rules.exception.RulesSystemRuntimeException
COPYRIGHT
 
Constructor Summary
RuleServiceConfigurationNotFoundException(java.lang.String aRuleServerName, RuleServiceKey aRuleServiceKey)
           
 
Method Summary
protected  com.ibm.commerce.services.logging.Message getExceptionMessage()
          Subclasses must return an exception message to be formatted when a client calls getMessage().
protected  java.lang.Object[] getMessageParameters()
          The rule server name, rule service name and store ID are provided as detail.
 java.lang.String getRuleServerName()
           
 RuleServiceKey getRuleServiceKey()
           
 
Methods inherited from class com.ibm.commerce.rules.exception.RulesSystemRuntimeException
getLocalizedMessage, getMessage
 
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
 

Constructor Detail

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.
Method Detail

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()