public class AtomicOperationException extends TxnExecutionException
TxnExecutionException thrown when an atomic operation has failed (e.g. because the ref
was locked).| Constructor and Description |
|---|
AtomicOperationException()
Creates a new AtomicOperationException.
|
AtomicOperationException(java.lang.String message)
Creates a new AtomicOperationException with the provided message.
|
AtomicOperationException(java.lang.String message,
java.lang.Throwable cause)
Creates a new AtomicOperationException with the provided message and cause.
|
AtomicOperationException(java.lang.Throwable cause)
Creates a new AtomicOperationException with the provided message and cause.
|
public AtomicOperationException()
public AtomicOperationException(java.lang.String message)
message - the messagepublic AtomicOperationException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the cause of the messagepublic AtomicOperationException(java.lang.Throwable cause)
cause - the cause of the exception.