RPCException

Exception thrown when a RPC error occurs.

This exception can be thrown by any of the client or server management methods (such as disconnect), by all client functions calling a remote RPC function and by all event.emit() calls on a server.

Constructors

this
this(string message, string file, size_t line, Throwable next)

Construct a new RPCException.

Meta