corda / net.corda.client.rpc.reconnect

Package net.corda.client.rpc.reconnect

Exceptions

CouldNotStartFlowException

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.

class CouldNotStartFlowException : RPCException