|
|||||||||
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.je.DatabaseException
com.sleepycat.je.DeadlockException
com.sleepycat.je.LockNotGrantedException
public class LockNotGrantedException
A LockNotGrantedException is thrown when a non-blocking operation fails to get a lock.
Constructor Summary | |
---|---|
LockNotGrantedException()
|
|
LockNotGrantedException(java.lang.String message)
|
|
LockNotGrantedException(java.lang.String message,
java.lang.Throwable t)
|
|
LockNotGrantedException(java.lang.Throwable t)
|
Method Summary |
---|
Methods inherited from class com.sleepycat.je.DeadlockException |
---|
getOwnerTxnIds, getTimeoutMillis, getWaiterTxnIds, setOwnerTxnIds, setTimeoutMillis, setWaiterTxnIds |
Methods inherited from class com.sleepycat.je.DatabaseException |
---|
getVersionHeader |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LockNotGrantedException()
public LockNotGrantedException(java.lang.Throwable t)
public LockNotGrantedException(java.lang.String message)
public LockNotGrantedException(java.lang.String message, java.lang.Throwable t)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |