 |
- Detail:
- Field |
- Constr |
- Method
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
-
- All Implemented Interfaces:
- java.io.Serializable
public class CannotAcquireLockException
extends PessimisticLockingFailureException
Exception thrown on failure to acquire a lock during an update,
for example during a "select for update" statement.
- Author:
- Rod Johnson
- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
Constructor Detail
-
CannotAcquireLockException
public CannotAcquireLockException(java.lang.String msg,
java.lang.Throwable cause)
Constructor for CannotAcquireLockException.
- Parameters:
msg - the detail message
cause - the root cause from the data access API in use
- Detail:
- Field |
- Constr |
- Method
|
|