com.ibm.commerce.rules.exception
Class PersonalizationRuleServerNotAvailableException

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

public class PersonalizationRuleServerNotAvailableException
extends ECApplicationException

Indicates that the personalization rule server was not available when it needed to be.

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
PersonalizationRuleServerNotAvailableException(java.lang.String className, java.lang.String methodName)
          No need to provide a source throwable for this exception.
 
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

PersonalizationRuleServerNotAvailableException

public PersonalizationRuleServerNotAvailableException(java.lang.String className,
                                                      java.lang.String methodName)
No need to provide a source throwable for this exception.
See Also:
PersonalizationRuleServerNotAvailableException