com.sleepycat.db
Class DeadlockException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sleepycat.db.DatabaseException
              extended by com.sleepycat.db.DeadlockException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
LockNotGrantedException

public class DeadlockException
extends DatabaseException

See Also:
Serialized Form

Constructor Summary
protected DeadlockException(java.lang.String s, int errno, DbEnv dbenv)
           
 
Method Summary
 
Methods inherited from class com.sleepycat.db.DatabaseException
getEnvironment, getErrno, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeadlockException

protected DeadlockException(java.lang.String s,
                            int errno,
                            DbEnv dbenv)