corda / net.corda.client.rpc / UnrecoverableRPCException

UnrecoverableRPCException

open class UnrecoverableRPCException : RPCException

Thrown to indicate a fatal error in the RPC system which cannot be recovered from and so needs some manual support.

Constructors

<init>

Thrown to indicate a fatal error in the RPC system which cannot be recovered from and so needs some manual support.

UnrecoverableRPCException(message: String?, cause: Throwable? = null)