Package com.sleepycat.db
Class DeadlockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sleepycat.db.DatabaseException
com.sleepycat.db.DeadlockException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LockNotGrantedException
DeadlockException is thrown to a thread of control when multiple threads
competing for a lock are
deadlocked, when a lock request has timed out
or when a lock request would need to block and the transaction has been
configured to not wait for locks.
- See Also:
-
Method Summary
Methods inherited from class com.sleepycat.db.DatabaseException
getEnvironment, getErrno, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace