KilledFlowException

An exception that is thrown when a flow has been killed.

This exception can be returned and thrown to RPC clients waiting for the result of a flow's future.

It can also be used in conjunction with FlowLogic.isKilled to escape long-running computation loops when a flow has been killed.

Constructors

Link copied to clipboard
constructor(id: StateMachineRunId)
constructor(id: StateMachineRunId, message: String)

Properties

Link copied to clipboard
open override val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open override val message: String?
Link copied to clipboard
Link copied to clipboard
open override val originalMessage: String?
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun addSuppressed(suppressed: Array<Throwable>)
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun setCause(cause: Throwable?)
Link copied to clipboard
open override fun setMessage(message: String?)
Link copied to clipboard