- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- LockNotGrantedException
public class DeadlockException
extends DatabaseException
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:
- Serialized Form