Class ConcurrencyFailureException
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
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- OptimisticLockingFailureException, PessimisticLockingFailureException
Exception thrown on various data access concurrency failures.
This exception provides subclasses for specific types of failure, in particular optimistic locking versus pessimistic locking.
- Since:
- 1.1
- Author:
- Thomas Risberg
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructor for ConcurrencyFailureException.ConcurrencyFailureException(@Nullable String msg, @Nullable Throwable cause) Constructor for ConcurrencyFailureException.
- 
Method SummaryMethods inherited from class NestedRuntimeExceptioncontains, getMostSpecificCause, getRootCauseMethods inherited from class ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ConcurrencyFailureException
- 
ConcurrencyFailureException
 
-