UnrecoverableRPCException

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

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

Constructors

Link copied to clipboard
constructor(message: String?, cause: Throwable? = null)