Class LockInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.cojen.tupl.DatabaseException
org.cojen.tupl.LockFailureException
org.cojen.tupl.LockInterruptedException
- All Implemented Interfaces:
Serializable
Thrown when a lock request by a transaction was
interrupted by another thread.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.cojen.tupl.LockFailureException
isRecoverable
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LockInterruptedException
public LockInterruptedException()
-