com.ibm.commerce.rules.exception
Class RuleServerNotFoundException

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

public class RuleServerNotFoundException
extends ECApplicationException

Indicates that a rule server was not found. This usually occurs during configuration. Clients can throw this exception to the WCS command framework, because it is an ECApplicationException.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
           
 
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
RuleServerNotFoundException(java.lang.String className, java.lang.String methodName, java.lang.String serverName)
           
 
Method Summary
 java.lang.String getServerName()
           
 
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
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Constructor Detail

RuleServerNotFoundException

public RuleServerNotFoundException(java.lang.String className,
                                   java.lang.String methodName,
                                   java.lang.String serverName)
Parameters:
className - The name of the class from which this exception was thrown.
methodName - The name of the method from which this exception was thrown.
serverName - The name of the server not found.
Method Detail

getServerName

public java.lang.String getServerName()