|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.websphere.exception.DistributedException
com.ibm.websphere.brb.BusinessRuleBeansException
com.ibm.websphere.brb.mgmt.RuleChangedException
This exception is thrown by IRuleCopy.updatePersistentRule() when the RULE_CHANGED_THROW_EXCEPTION option is specified and the persistent rule has changed since it was originally retrieved.
IRuleCopy.updatePersistentRule(IRuleCopy, int)
,
Serialized FormField Summary |
---|
Fields inherited from class com.ibm.websphere.brb.BusinessRuleBeansException |
---|
DEFAULT_BRB_RESOURCE_BUNDLE |
Constructor Summary | |
---|---|
RuleChangedException()
Default RuleChangedException constructor. |
|
RuleChangedException(java.lang.String message)
RuleChangedException constructor. |
|
RuleChangedException(java.lang.String resourceBundleName,
java.lang.String resourceKey,
java.lang.Object[] formatArguments,
java.lang.String defaultText)
RuleChangedException constructor. |
|
RuleChangedException(java.lang.String resourceBundleName,
java.lang.String resourceKey,
java.lang.Object[] formatArguments,
java.lang.String defaultText,
java.lang.Throwable exception)
RuleChangedException constructor. |
|
RuleChangedException(java.lang.String message,
java.lang.Throwable exception)
RuleChangedException constructor comment. |
|
RuleChangedException(java.lang.Throwable exception)
RuleChangedException constructor. |
Methods inherited from class com.ibm.websphere.exception.DistributedException |
---|
getException, getExceptionInfo, getMessage, getOriginalException, getPreviousException, printStackTrace, printStackTrace, printStackTrace, printSuperStackTrace, printSuperStackTrace, setDefaultMessage, setLocalizationInfo |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RuleChangedException()
public RuleChangedException(java.lang.String message)
message
- Message for this exception.public RuleChangedException(java.lang.String resourceBundleName, java.lang.String resourceKey, java.lang.Object[] formatArguments, java.lang.String defaultText)
resourceBundleName
- Name of the resource bundle containing text for this exception.resourceKey
- Key used to look up the text in the resource bundle.formatArguments
- Replacement arguments used to format the text.defaultText
- Default text to use if there are errors retrieving the text from the resource bundle.public RuleChangedException(java.lang.String resourceBundleName, java.lang.String resourceKey, java.lang.Object[] formatArguments, java.lang.String defaultText, java.lang.Throwable exception)
resourceBundleName
- Name of the resource bundle containing text for this exception.resourceKey
- Key used to look up the text in the resource bundle.formatArguments
- Replacement arguments used to format the text.defaultText
- Default text to use if there are errors retrieving the text from the resource bundle.exception
- The exception to be chained.public RuleChangedException(java.lang.String message, java.lang.Throwable exception)
message
- Message for this exception.exception
- Exception to be chained.public RuleChangedException(java.lang.Throwable exception)
exception
- Exception to be chained.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |