Rule Execution Server API

ilog.rules.res.xu.persistence
Class IlrPersistenceException

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

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

Persistence exceptions are raised to indicate that an error occurs in the persistence layer.

The message must be defined in the ilog/rules/res/xu/messages.properties file .

Since:
7.1
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.rules.res.message.internal.LocalizedException
msg
 
Constructor Summary
IlrPersistenceException(int code, String[] messageParameters)
          Deprecated.  
IlrPersistenceException(int code, String[] messageParameters, Throwable cause)
          Deprecated.  
IlrPersistenceException(String code, String[] messageParameters, Throwable cause)
          Constructs an exception with a reason.
 
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

IlrPersistenceException

public IlrPersistenceException(int code,
                               String[] messageParameters)
Deprecated. 

Constructs an exception.

Parameters:
code - The unique code of the exception
messageParameters - The parameters used to build the message string

IlrPersistenceException

public IlrPersistenceException(int code,
                               String[] messageParameters,
                               Throwable cause)
Deprecated. 

Constructs an exception with a reason.

Parameters:
code - The unique code of the exception
messageParameters - The parameters used to build the message string
cause - The cause of this exception

IlrPersistenceException

public IlrPersistenceException(String code,
                               String[] messageParameters,
                               Throwable cause)
Constructs an exception with a reason.

Since:
7.5
Parameters:
code - The unique code of the exception
messageParameters - The parameters used to build the message string
cause - The cause of this exception

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013