com.ibm.commerce.rules.exception
Class PersonalizationRuleServiceExistsException

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

public class PersonalizationRuleServiceExistsException
extends ECApplicationException

Indicates that a rule service already exists in the personalization rule server, usually when an attempt is made to create a personalization rule service with a rule service key already in use.

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

PersonalizationRuleServiceExistsException

public PersonalizationRuleServiceExistsException(java.lang.String className,
                                                 java.lang.String methodName,
                                                 RuleServiceKey aKey)
Parameters:
aKey - The identifing key of the rule service that already unexpectedly exists.
Method Detail

getKey

public RuleServiceKey getKey()