public class PessimisticLockingFailureException extends ConcurrencyFailureException
Serves as superclass for more specific exceptions, like could notAcquireLockException and DeadlockLoserDataAccessException.
CannotAcquireLockException,
DeadlockLoserDataAccessException,
Serialized Form| Constructor and Description |
|---|
PessimisticLockingFailureException(String msg)
Constructor for PessimisticLockingFailureException.
|
PessimisticLockingFailureException(String msg,
Throwable cause)
Constructor for PessimisticLockingFailureException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PessimisticLockingFailureException(String msg)
msg - the detail messageCopyright © 2017. All rights reserved.