|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sleepycat.db.DatabaseException
com.sleepycat.db.DeadlockException
com.sleepycat.db.LockNotGrantedException
public class LockNotGrantedException
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 |
---|
protected LockNotGrantedException(java.lang.String message, int op, int mode, DatabaseEntry obj, DbLock lock, int index, DbEnv dbenv)
Method Detail |
---|
public int getIndex()
public Lock getLock()
public int getMode()
public DatabaseEntry getObj()
public int getOp()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |