java.lang.Object | ||||||||
↳ | java.lang.Throwable | |||||||
↳ | java.lang.Exception | |||||||
↳ | java.lang.RuntimeException | |||||||
↳ | org.springframework.core.NestedRuntimeException | |||||||
↳ | org.springframework.dao.DataAccessException | |||||||
↳ | org.springframework.dao.TransientDataAccessException | |||||||
↳ | org.springframework.dao.ConcurrencyFailureException | |||||||
↳ | org.springframework.dao.OptimisticLockingFailureException |
![]() |
![]() |
Exception thrown on an optimistic locking violation.
This exception will be thrown either by O/R mapping tools or by custom DAO implementations. Optimistic locking failure is typically not detected by the database itself.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for OptimisticLockingFailureException.
| |||||||||||
Constructor for OptimisticLockingFailureException.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Constructor for OptimisticLockingFailureException.
msg | the detail message |
---|
Constructor for OptimisticLockingFailureException.
msg | the detail message |
---|---|
cause | the root cause from the data access API in use |