|
||||||||||
| 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
public class LockOperationException
Exception for all sort of occurred lock operation "errors". For example failed to lock something because of a network error, the lock is forbidden etc.
| Constructor Summary | |
|---|---|
LockOperationException()
Creates an empty lock operation exception. |
|
LockOperationException(String message)
Creates a lock operation exception with the given message. |
|
LockOperationException(String message,
Throwable cause)
Creates a lock operation exception with the given message and cause. |
|
LockOperationException(Throwable cause)
Creates a lock operation 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 LockOperationException()
public LockOperationException(String message,
Throwable cause)
message - null or non nullcause - null or non nullpublic LockOperationException(String message)
message - null or non nullpublic LockOperationException(Throwable cause)
cause - null or non null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||