corda / net.corda.client.rpc / ConnectionFailureException

ConnectionFailureException

open class ConnectionFailureException : RPCException

Signals that the underlying RPCConnection dropped.

Constructors

<init>

ConnectionFailureException(cause: Throwable? = null)

Signals that the underlying RPCConnection dropped.