case classRolledBack(cause: RollbackCause) extends Status with Product with Serializable
The Status for an atomic block execution attempt that is being or that
has been cancelled. None of the Ref writes made during this nesting
level or in any child nesting level will ever be visible to other
threads. The atomic block will be automatically retried if cause is a
TransientRollbackCause, unless STM-specific retry thresholds are
exceeded.
Linear Supertypes
Serializable, java.io.Serializable, Product, Equals, Status, AnyRef, Any
The
Status
for an atomic block execution attempt that is being or that has been cancelled. None of theRef
writes made during this nesting level or in any child nesting level will ever be visible to other threads. The atomic block will be automatically retried ifcause
is aTransientRollbackCause
, unless STM-specific retry thresholds are exceeded.