spring-framework / org.springframework.dao / CannotAcquireLockException

CannotAcquireLockException

open class CannotAcquireLockException : PessimisticLockingFailureException

Exception thrown on failure to aquire a lock during an update, for example during a "select for update" statement.

Author
Rod Johnson

Constructors

<init>

CannotAcquireLockException(msg: String)
CannotAcquireLockException(msg: String, cause: Throwable)

Constructor for CannotAcquireLockException.