Package oracle.rules.sdk2.exception
Class ConcurrentChangeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.rules.sdk2.exception.SDKException
oracle.rules.sdk2.exception.RepositoryException
oracle.rules.sdk2.exception.ConcurrentChangeException
- All Implemented Interfaces:
Serializable
Exception thrown when an attempt to save a dictionary detected that
the version of the dictionary in the repository is newer than the
the version of the dictionary that was passed to save().
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class oracle.rules.sdk2.exception.SDKException
addToken, getDetails, getDictionaryObject, getErrorCode, getMessage, getMessage, getMessageInfo, getMessageOnly, getPropertyName, getRootMessage, getStackTraceAsString, getTokens, setDetails
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConcurrentChangeException
-