public class LockedException extends AtomicOperationException
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.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
LockedException()
Creates a new LockedException.
|
LockedException(java.lang.String message)
Creates a new LockedException
|
LockedException(java.lang.String message,
java.lang.Throwable cause)
Creates a new LockedException.
|
LockedException(java.lang.Throwable cause)
Creates a new LockedException
|
private static final long serialVersionUID
public LockedException()
public LockedException(java.lang.String message)
message
- the messagepublic LockedException(java.lang.String message, java.lang.Throwable cause)
message
- the messagecause
- the causepublic LockedException(java.lang.Throwable cause)
cause
- the cause