|
||||||||||
| 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.lang.RuntimeException
net.sf.sasl.distributed.lock.LockOperationException
net.sf.sasl.distributed.lock.DeadlockException
public class DeadlockException
Exception for occurred and detected deadlocks.
| Constructor Summary | |
|---|---|
DeadlockException()
Creates an empty deadlock exception. |
|
DeadlockException(String message)
Creates a deadlock exception with the given message. |
|
DeadlockException(String message,
Throwable cause)
Creates a deadlock exception with the given message and cause. |
|
DeadlockException(Throwable cause)
Creates a deadlock exception with the given cause. |
|
| 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 DeadlockException()
public DeadlockException(String message,
Throwable cause)
message - null or non nullcause - null or non nullpublic DeadlockException(String message)
message - null or non nullpublic DeadlockException(Throwable cause)
cause - null or non null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||