case classMemberUncaughtExceptionCause(x: Throwable) extends CancelCause with Product with Serializable
The CancelCause used when a member of the commit barrier cannot commit
due to an uncaught exception (see Txn.UncaughtExceptionCause). This
cancel cause implies that all members of the commit barrier rolled back.
The exception will be rethrown to the thread running the member that
originally generated the exception, all other members will get this
CancelCause.
This cancel cause will also be used if a member thread receives an
interrupt while it is waiting for the commit barrier.
Linear Supertypes
Serializable, java.io.Serializable, Product, Equals, CancelCause, AnyRef, Any
The
CancelCause
used when a member of the commit barrier cannot commit due to an uncaught exception (seeTxn.UncaughtExceptionCause
). This cancel cause implies that all members of the commit barrier rolled back. The exception will be rethrown to the thread running the member that originally generated the exception, all other members will get thisCancelCause
.This cancel cause will also be used if a member thread receives an interrupt while it is waiting for the commit barrier.