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.

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

When called from a companion object, returns the logger for the enclosing class.