ilog.rules.res.session.interceptor

Class IlrSessionInterceptorException

  • java.lang.Object
  • All Implemented Interfaces:
    com.ibm.rules.res.message.internal.LocalizedMessage, java.io.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

      Constructors 
      Constructor and Description
      IlrSessionInterceptorException(java.lang.String messageCode, java.lang.String[] params)
      Creates a new IlrSessionInterceptorException instance from a message.
      IlrSessionInterceptorException(java.lang.Throwable e)
      Encapsulate an other exception in a new exception object.
    • Method Summary

      • Methods inherited from class com.ibm.rules.res.message.internal.LocalizedException

        getLocalizedMessage, getLocalizedMessage, getMessageCode, getMessageParameters, getResourceBundleName
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, 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(java.lang.Throwable e)
        Encapsulate an other exception in a new exception object.
        Parameters:
        e - The exception to encapsulate.
      • IlrSessionInterceptorException

        public IlrSessionInterceptorException(java.lang.String messageCode,
                                      java.lang.String[] params)
        Creates a new IlrSessionInterceptorException instance from a message.
        Parameters:
        messageCode - The base message.
        params - The exception message parameters.

© Copyright IBM Corp. 1987, 2020