com.ibm.commerce.rules.exception
Class PersonalizationRuleServiceNotEnabledException

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

public class PersonalizationRuleServiceNotEnabledException
extends ECApplicationException

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.

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

PersonalizationRuleServiceNotEnabledException

public PersonalizationRuleServiceNotEnabledException(java.lang.String className,
                                                     java.lang.String methodName,
                                                     RuleServiceKey aKey)
Parameters:
aKey - The identifying key of the rule service that is unexpectedly disabled.
Method Detail

getKey

public RuleServiceKey getKey()