ilog.rules.res.xu.pool

Class IlrPoolException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.rules.res.message.internal.LocalizedException
          • com.ibm.rules.res.xu.internal.XUException
            • ilog.rules.res.xu.pool.IlrPoolException
  • All Implemented Interfaces:
    com.ibm.rules.res.message.internal.LocalizedMessage, java.io.Serializable


    public class IlrPoolException
    extends com.ibm.rules.res.xu.internal.XUException
    IlrPoolException represents the exception raised by a pool.

    The code of the exception is used as the key of the message which must be added into the properties file (com/ibm/rules/res/xu/messages.properties). This file is at the same location than the XU classes and retrieved as usual using the JDK Resource Bundle API.

    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
      IlrPoolException()
      Creates an exception.
      IlrPoolException(java.lang.String code, java.lang.Object[] params)
      Creates an exception.
      IlrPoolException(java.lang.String code, java.lang.Object[] params, java.lang.Throwable t)
      Creates an exception.
    • Method Summary

      • Methods inherited from class com.ibm.rules.res.xu.internal.XUException

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

        getLocalizedMessage, getLocalizedMessage, getMessage, 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

      • IlrPoolException

        public IlrPoolException()
        Creates an exception.
        Since:
        7.0
      • IlrPoolException

        public IlrPoolException(java.lang.String code,
                        java.lang.Object[] params)
        Creates an exception.
        Since:
        7.5
        Parameters:
        code - The code of the created exception.
        params - The parameters of the message.
      • IlrPoolException

        public IlrPoolException(java.lang.String code,
                        java.lang.Object[] params,
                        java.lang.Throwable t)
        Creates an exception.
        Since:
        7.5
        Parameters:
        code - The code of the created exception.
        params - The parameters of the message.
        t - The cause of the exception.

© Copyright IBM Corp. 1987, 2019