public class ConcurrencyFailureException extends TransientDataAccessException
This exception should be subclassed to indicate the type of failure: optimistic locking, failure to acquire lock, etc.
OptimisticLockingFailureException
,
PessimisticLockingFailureException
,
CannotAcquireLockException
,
DeadlockLoserDataAccessException
,
Serialized FormConstructor and Description |
---|
ConcurrencyFailureException(String msg)
Constructor for ConcurrencyFailureException.
|
ConcurrencyFailureException(String msg,
Throwable cause)
Constructor for ConcurrencyFailureException.
|
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConcurrencyFailureException(String msg)
msg
- the detail message