|
||||||||||
| 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
org.multiverse.api.exceptions.TxnExecutionException
org.multiverse.api.exceptions.AtomicOperationException
org.multiverse.api.exceptions.LockedException
public class LockedException
An AtomicOperationException thrown when an atomic operation was executed on a
TxnObject while it was locked. E.g. when an atomicGet was done on a TxnRef
that already has an exclusive lock or that a TxnRef.atomicSet while a readlock already was acquired.
| Constructor Summary | |
|---|---|
LockedException()
Creates a new LockedException. |
|
LockedException(String message)
Creates a new LockedException |
|
LockedException(String message,
Throwable cause)
Creates a new LockedException. |
|
LockedException(Throwable cause)
Creates a new LockedException |
|
| 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 LockedException()
public LockedException(String message)
message - the message
public LockedException(String message,
Throwable cause)
message - the messagecause - the causepublic LockedException(Throwable cause)
cause - the cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||