UnrecordedTxnCause

case class UnrecordedTxnCause[Z](z: Z) extends PermanentRollbackCause

The RollbackCause of a successfully completed atomic.unrecorded block. See TxnExecutor.unrecorded.

The RollbackCause of a successfully completed atomic.unrecorded block. See TxnExecutor.unrecorded.

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

Value members

Inherited methods

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