Berkeley DB Java Edition
version 1.7.0

com.sleepycat.je
Class DeadlockException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sleepycat.je.DatabaseException
              extended bycom.sleepycat.je.DeadlockException
All Implemented Interfaces:
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 or when a lock request would need to block and the transaction has been configured to not wait for locks.

See Also:
Serialized Form

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 


Berkeley DB Java Edition
version 1.7.0

Copyright (c) 1996-2004 Sleepycat Software, Inc. - All rights reserved.