corda / net.corda.client.rpc / ConnectionFailureException

ConnectionFailureException

open class ConnectionFailureException : RPCException

Signals that the underlying RPCConnection dropped.

Constructors

<init>

Signals that the underlying RPCConnection dropped.

ConnectionFailureException(cause: Throwable? = null)