java.lang.Object
java.lang.Throwable
java.lang.Exception
de.grogra.util.Lockable.DeadLockException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- Lockable
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.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DeadLockException
public DeadLockException() -
DeadLockException
-