|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
ccs.beetree.DeadlockException
public class DeadlockException
Thrown by a BeeTree operation to indicate that the request to get a lock has
timed out. This usually (but not necessarily) indicates that a deadlock
has occurred. DeadlockException will only ever be thrown if you have set a non-zero
deadlock timeout with BeeTree.setDeadlockTimeoutMillis.
BeeTree.setDeadlockTimeoutMillis(long),
Serialized Form| Field Summary | |
|---|---|
java.lang.Thread[] |
culprits
Deprecated. Under the new locking scheme this list is no longer accessible. |
| Constructor Summary | |
|---|---|
DeadlockException()
|
|
DeadlockException(java.lang.Thread[] culprits)
|
|
| Method Summary |
|---|
| 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 |
| Field Detail |
|---|
public java.lang.Thread[] culprits
| Constructor Detail |
|---|
public DeadlockException()
public DeadlockException(java.lang.Thread[] culprits)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||