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 SummaryNested classes/interfaces inherited from class simpleorm.utils.SExceptionSException.Data, SException.Error, SException.InternalError, SException.Jdbc, SException.Test, SException.Validation
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionThe record that had the broken optimistic lock.Methods inherited from class simpleorm.utils.SExceptiongetFieldMeta, getFieldValue, getInstance, getParams, getValidator, setFieldMeta, setFieldValue, setInstance, setParams, setRecordInstance, setValidatorMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
BrokenOptimisticLockException
 
- 
- 
Method Details- 
getRecordInstanceThe record that had the broken optimistic lock.- Overrides:
- getRecordInstancein class- SException
 
 
-