com.sleepycat.db
Class LockNotGrantedException

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
                  extended by com.sleepycat.db.LockNotGrantedException
All Implemented Interfaces:
java.io.Serializable

public class LockNotGrantedException
extends DeadlockException

See Also:
Serialized Form

Constructor Summary
protected LockNotGrantedException(java.lang.String message, int op, int mode, DatabaseEntry obj, DbLock lock, int index, DbEnv dbenv)
           
 
Method Summary
 int getIndex()
           
 Lock getLock()
           
 int getMode()
           
 DatabaseEntry getObj()
           
 int getOp()
           
 
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

LockNotGrantedException

protected LockNotGrantedException(java.lang.String message,
                                  int op,
                                  int mode,
                                  DatabaseEntry obj,
                                  DbLock lock,
                                  int index,
                                  DbEnv dbenv)
Method Detail

getIndex

public int getIndex()

getLock

public Lock getLock()

getMode

public int getMode()

getObj

public DatabaseEntry getObj()

getOp

public int getOp()