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
CannotAcquireLockException(msg: String) CannotAcquireLockException(msg: String, cause: Throwable)
Constructor for CannotAcquireLockException. |