Rule Execution Server API

ilog.rules.res.xu.pool
Class IlrPoolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.rules.res.message.internal.LocalizedException
              extended by com.ibm.rules.res.xu.internal.XUException
                  extended by ilog.rules.res.xu.pool.IlrPoolException
All Implemented Interfaces:
com.ibm.rules.res.message.internal.LocalizedMessage, 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 (ilog/rules/res/xu/message.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
IlrPoolException()
          Creates an exception.
IlrPoolException(String code, Object[] params)
          Creates an exception.
IlrPoolException(String code, Object[] params, 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
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

IlrPoolException

public IlrPoolException()
Creates an exception.

Since:
7.0

IlrPoolException

public IlrPoolException(String code,
                        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(String code,
                        Object[] params,
                        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.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013