public class PessimisticLockingFailureException extends ConcurrencyFailureException
Serves as superclass for more specific exceptions, like CannotAcquireLockException and DeadlockLoserDataAccessException.
CannotAcquireLockException
,
DeadlockLoserDataAccessException
,
OptimisticLockingFailureException
,
Serialized FormConstructor and Description |
---|
PessimisticLockingFailureException(String msg)
Constructor for PessimisticLockingFailureException.
|
PessimisticLockingFailureException(String msg,
Throwable cause)
Constructor for PessimisticLockingFailureException.
|
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PessimisticLockingFailureException(String msg)
msg
- the detail message