com.ibm.commerce.rules.exception
Class RuleServerConfigurationNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.ibm.commerce.rules.exception.RulesSystemRuntimeException
                          |
                          +--com.ibm.commerce.rules.exception.RuleServerConfigurationNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class RuleServerConfigurationNotFoundException
extends RulesSystemRuntimeException

Indicates that a rule server configuration was not found, usually during system startup.

See Also:
Serialized Form

Fields inherited from class com.ibm.commerce.rules.exception.RulesSystemRuntimeException
COPYRIGHT
 
Constructor Summary
RuleServerConfigurationNotFoundException(java.lang.String aRuleServerName)
           
 
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 is provided as detail.
 java.lang.String getRuleServerName()
           
 
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

RuleServerConfigurationNotFoundException

public RuleServerConfigurationNotFoundException(java.lang.String aRuleServerName)
Parameters:
aRuleServerName - The name of the rule server 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 is provided as detail.
Overrides:
getMessageParameters in class RulesSystemRuntimeException
See Also:
RulesSystemRuntimeException

getRuleServerName

public java.lang.String getRuleServerName()