RPCException

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

Thrown to indicate a fatal error in the RPC system itself, as opposed to an error generated by the invoked method.

Inheritors

Constructors

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