Package simpleorm.dataset
Class SRecordInstance.BrokenOptimisticLockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
simpleorm.utils.SException
simpleorm.dataset.SRecordInstance.BrokenOptimisticLockException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SRecordInstance
Exception thrown due to broken optimistic locks. This one may be worth trapping by the application so gets
its own class.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class simpleorm.utils.SException
SException.Data, SException.Error, SException.InternalError, SException.Jdbc, SException.Test, SException.Validation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe record that had the broken optimistic lock.Methods inherited from class simpleorm.utils.SException
getFieldMeta, getFieldValue, getInstance, getParams, getValidator, setFieldMeta, setFieldValue, setInstance, setParams, setRecordInstance, setValidator
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BrokenOptimisticLockException
-
-
Method Details
-
getRecordInstance
The record that had the broken optimistic lock.- Overrides:
getRecordInstance
in classSException
-