Rule Execution Server API

ilog.rules.res.session
Class IlrSessionException

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
All Implemented Interfaces:
com.ibm.rules.res.message.internal.LocalizedMessage, Serializable
Direct Known Subclasses:
IlrConfigException, IlrSessionCreationException, IlrSessionInterceptorException

public class IlrSessionException
extends com.ibm.rules.res.message.internal.LocalizedException

An IlrSessionException exception is raised if a problem occurs during the execution of a rule session method. This exception builds a formatted error message that includes nested exceptions.

Since:
7.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.rules.res.message.internal.LocalizedException
msg
 
Constructor Summary
IlrSessionException(String errorCode, String[] params)
           
IlrSessionException(String errorCode, Throwable cause)
           
IlrSessionException(Throwable cause)
           
 
Method Summary
 String getMessage()
          Returns the complete error message that includes nested exceptions.
 
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

IlrSessionException

public IlrSessionException(Throwable cause)

IlrSessionException

public IlrSessionException(String errorCode,
                           Throwable cause)

IlrSessionException

public IlrSessionException(String errorCode,
                           String[] params)
Method Detail

getMessage

public String getMessage()
Returns the complete error message that includes nested exceptions.

Overrides:
getMessage in class com.ibm.rules.res.message.internal.LocalizedException
Returns:
A textual description of the errors.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013