Berkeley DB Java Edition
version 1.5.1

com.sleepycat.je
Class DeadlockException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sleepycat.je.DatabaseException
                    |
                    +--com.sleepycat.je.DeadlockException
All Implemented Interfaces:
Serializable

public class DeadlockException
extends DatabaseException

Thrown when a transaction is selected to resolve a deadlock. Any open cursors must be closed and the enclosing transaction aborted.

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.5.1

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