Rule Execution Server API

ilog.rules.res.model
Class IlrRepositoryRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ibm.rules.res.message.internal.LocalizedRuntimeException
                  extended by ilog.rules.res.model.IlrRepositoryRuntimeException
All Implemented Interfaces:
com.ibm.rules.res.message.internal.LocalizedMessage, Serializable
Direct Known Subclasses:
IlrIllegalArgumentRuntimeException, IlrResourceRuntimeException

public class IlrRepositoryRuntimeException
extends com.ibm.rules.res.message.internal.LocalizedRuntimeException

An IlrRepositoryRuntimeException instance is thrown when a runtime error occurs either in the repository or on a RuleApp or a ruleset stored in the repository. All repository runtime exceptions extend this class.

Since:
7.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.rules.res.message.internal.LocalizedRuntimeException
messageCode, messageParams, resourceBundleName
 
Method Summary
 
Methods inherited from class com.ibm.rules.res.message.internal.LocalizedRuntimeException
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
 


Rule Execution Server API

© Copyright IBM Corp. 1987, 2013