Rule Execution Server API

ilog.rules.res.session.interceptor
Class IlrSessionInterceptorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.rules.res.message.internal.LocalizedException
              extended by ilog.rules.res.session.IlrSessionException
                  extended by ilog.rules.res.session.interceptor.IlrSessionInterceptorException
All Implemented Interfaces:
com.ibm.rules.res.message.internal.LocalizedMessage, Serializable

public class IlrSessionInterceptorException
extends IlrSessionException

IlrSessionInterceptorException is raised if a problem occurs during the execution of a rule session interceptor. This exception builds a formatted, meaningful message that includes the messages of exceptions nested in this one.

Since:
7.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.rules.res.message.internal.LocalizedException
msg
 
Constructor Summary
IlrSessionInterceptorException(String messageCode, String[] params)
          Creates a new IlrSessionInterceptorException instance from a message.
IlrSessionInterceptorException(Throwable e)
          Encapsulate an other exception in a new exception object.
 
Method Summary
 
Methods inherited from class ilog.rules.res.session.IlrSessionException
getMessage
 
Methods inherited from class com.ibm.rules.res.message.internal.LocalizedException
getLocalizedMessage, getLocalizedMessage, getMessageCode, getMessageParameters, getResourceBundleName
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IlrSessionInterceptorException

public IlrSessionInterceptorException(Throwable e)
Encapsulate an other exception in a new exception object.

Parameters:
e - The exception to encapsulate.

IlrSessionInterceptorException

public IlrSessionInterceptorException(String messageCode,
                                      String[] params)
Creates a new IlrSessionInterceptorException instance from a message.

Parameters:
messageCode - The base message.
params - The exception message parameters.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013