|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception de.grogra.util.Lockable.DeadLockException
public static class Lockable.DeadLockException
An instance of DeadLockException
is thrown
by Lockable.executeForcedly(LockProtectedRunnable, boolean)
if the operation would result in a dead-lock condition.
This happens if two threads which already have a read-lock try to synchronously obtain a write-lock
at the same time.
Constructor Summary | |
---|---|
Lockable.DeadLockException()
|
|
Lockable.DeadLockException(java.lang.String msg)
|
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 |
Constructor Detail |
---|
public Lockable.DeadLockException()
public Lockable.DeadLockException(java.lang.String msg)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |