RolledBack

case class RolledBack(cause: RollbackCause) extends Status

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.

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.

trait Serializable
trait Product
trait Equals
class Status
class Object
trait Matchable
class Any

Value members

Concrete methods

def completed: Boolean
def decided: Boolean

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product