Exception thrown on failure to aquire a lock during an update, for example during a "select for update" statement.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for CannotAcquireLockException.
| |||||||||||
Constructor for CannotAcquireLockException.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.core.NestedRuntimeException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructor for CannotAcquireLockException.
| msg | the detail message |
|---|
Constructor for CannotAcquireLockException.
| msg | the detail message |
|---|---|
| cause | the root cause from the data access API in use |