public class CouldNotStartFlowException
Thrown when a flow start command died before receiving a interface FlowHandle.
On catching this exception, the typical behaviour is to run a "logical retry", meaning only retry the flow if the expected outcome did not occur.
interface FlowHandlepublic CouldNotStartFlowException(@Nullable
java.lang.Throwable cause)
Thrown when a flow start command died before receiving a interface FlowHandle.
On catching this exception, the typical behaviour is to run a "logical retry", meaning only retry the flow if the expected outcome did not occur.
interface FlowHandlepublic CouldNotStartFlowException()
Thrown when a flow start command died before receiving a interface FlowHandle.
On catching this exception, the typical behaviour is to run a "logical retry", meaning only retry the flow if the expected outcome did not occur.
interface FlowHandle