public class DeadLockException
extends java.lang.RuntimeException
Constructor and Description |
---|
DeadLockException(int deep,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
void |
checkRaise()
This method shall be called as the first method in the catch block
it will decrement the internal deep counter and raise the same
DeadLockException if the counter has not reach level 0.
|
public DeadLockException(int deep, java.lang.Throwable cause)
cause
- public void checkRaise() throws DeadLockException
When the counter reach level 0, there is no need to keep raising this exception and the loop shall be called again
DeadLockException
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa