objectCreatingTxnRolledBack extends CancelCause with Product with Serializable
The CancelCause used when the addMember call that created a member
was from inside a transaction that later rolled back. This cancel
cause does not necessarily imply that other members of the commit
barrier didn't (or won't) eventually succeed.
Linear Supertypes
Serializable, java.io.Serializable, Product, Equals, CancelCause, AnyRef, Any
The
CancelCause
used when theaddMember
call that created a member was from inside a transaction that later rolled back. This cancel cause does not necessarily imply that other members of the commit barrier didn't (or won't) eventually succeed.