ilog.rules.res.session

Class IlrSessionException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.rules.res.message.internal.LocalizedException
          • ilog.rules.res.session.IlrSessionException
  • All Implemented Interfaces:
    com.ibm.rules.res.message.internal.LocalizedMessage, java.io.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
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.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

        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

      • IlrSessionException

        public IlrSessionException(java.lang.Throwable cause)
      • IlrSessionException

        public IlrSessionException(java.lang.String errorCode,
                           java.lang.Throwable cause)
      • IlrSessionException

        public IlrSessionException(java.lang.String errorCode,
                           java.lang.String[] params)
    • Method Detail

      • getMessage

        public java.lang.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.

© Copyright IBM Corp. 1987, 2020