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.Constructor and Description |
---|
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
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LockedException()
public LockedException(String message)
message
- the messagepublic LockedException(String message, Throwable cause)
message
- the messagecause
- the causepublic LockedException(Throwable cause)
cause
- the causeCopyright © 2020. All rights reserved.