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(String message)
Creates a new AtomicOperationException with the provided message.
|
AtomicOperationException(String message,
Throwable cause)
Creates a new AtomicOperationException with the provided message and cause.
|
AtomicOperationException(Throwable cause)
Creates a new AtomicOperationException with the provided message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AtomicOperationException()
public AtomicOperationException(String message)
message
- the messagepublic AtomicOperationException(String message, Throwable cause)
message
- the messagecause
- the cause of the messagepublic AtomicOperationException(Throwable cause)
cause
- the cause of the exception.Copyright © 2020. All rights reserved.