corda / net.corda.client.rpc.reconnect / CouldNotStartFlowException

CouldNotStartFlowException

class CouldNotStartFlowException : RPCException

Thrown when a flow start command died before receiving a net.corda.core.messaging.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.

Constructors

<init>

Thrown when a flow start command died before receiving a net.corda.core.messaging.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.

CouldNotStartFlowException(cause: Throwable? = null)