public class RPCException
Thrown to indicate a fatal error in the RPC system itself, as opposed to an error generated by the invoked method.
public RPCException(@Nullable
java.lang.String message,
@Nullable
java.lang.Throwable cause)
Thrown to indicate a fatal error in the RPC system itself, as opposed to an error generated by the invoked method.
public RPCException(@NotNull
java.lang.String msg)