Class JsonRpcException

  • All Implemented Interfaces:
    Serializable

    public class JsonRpcException
    extends Exception
    Thrown when a JSON-RPC service indicates an error occurred during a call.
    See Also:
    Serialized Form
    • Constructor Detail

      • JsonRpcException

        public JsonRpcException()
      • JsonRpcException

        public JsonRpcException​(String detailMessage,
                                String name,
                                int code,
                                String message,
                                Object error)