com.ibm.commerce.rules.exception
Class PersonalizationRuleServiceNotFoundException

com.ibm.commerce.exception.ECException
  |
  +--com.ibm.commerce.exception.ECApplicationException
        |
        +--com.ibm.commerce.rules.exception.PersonalizationRuleServiceNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class PersonalizationRuleServiceNotFoundException
extends ECApplicationException

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.

See Also:
Serialized Form

Fields inherited from class com.ibm.commerce.exception.ECApplicationException
ERROR_TYPE, GENERIC_ERROR_TASK
 
Fields inherited from class com.ibm.commerce.exception.ECException
APPLICATION_ERROR, ECMESSAGE, ECMESSAGEKEY, errorProperties, EXCEP_DATA, EXCEP_TYPE, EXCEPTION, GENERIC_APPLICATION_ERROR_TASK, GENERIC_SYSTEM_ERROR_TASK, MSG_PARAM, SYSTEM_ERROR
 
Constructor Summary
PersonalizationRuleServiceNotFoundException(java.lang.String className, java.lang.String methodName, RuleServiceKey aKey)
           
 
Method Summary
 RuleServiceKey getKey()
           
 
Methods inherited from class com.ibm.commerce.exception.ECApplicationException
getErrorType, getExceptionFields, getGenericErrorTask, setExceptionField, setExceptionFields
 
Methods inherited from class com.ibm.commerce.exception.ECException
getErrorMessageKey, getErrorProperties, getErrorTaskName, getMessageKey, getStackTrace, getThrowable, getUserMessage, logMessage, logMessage, logMessage, setErrorTaskName, setException, setOrginatingCommand, setThrowable
 

Constructor Detail

PersonalizationRuleServiceNotFoundException

public PersonalizationRuleServiceNotFoundException(java.lang.String className,
                                                   java.lang.String methodName,
                                                   RuleServiceKey aKey)
Parameters:
aKey - The identifying key of the rule service not found.
Method Detail

getKey

public RuleServiceKey getKey()