Rule Execution Server API

ilog.rules.res.xu.ruleset
Class IlrRulesetCacheException

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.ruleset.IlrRulesetCacheException
All Implemented Interfaces:
com.ibm.rules.res.message.internal.LocalizedMessage, Serializable

public class IlrRulesetCacheException
extends com.ibm.rules.res.xu.internal.XUException
implements Serializable

Thrown to indicate an error from the IlrRulesetCache interface.

Since:
7.1
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.rules.res.message.internal.LocalizedException
msg
 
Constructor Summary
IlrRulesetCacheException(String code, String[] params, Throwable cause)
          Constructs a new instance of IlrRulesetCacheException
 
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

IlrRulesetCacheException

public IlrRulesetCacheException(String code,
                                String[] params,
                                Throwable cause)
Constructs a new instance of IlrRulesetCacheException

Parameters:
code - Message code
params - Message parameters
cause -

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013