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