Package com.rabbitmq.tools.jsonrpc
Class JsonRpcException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.rabbitmq.tools.jsonrpc.JsonRpcException
- All Implemented Interfaces:
Serializable
Thrown when a JSON-RPC service indicates an error occurred during a call.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
name
Usually the constant string, "JSONRPCError" -
code
public int codeError code -
message
Error message -
error
Error detail object - may not always be present or meaningful
-
-
Constructor Details
-
JsonRpcException
public JsonRpcException() -
JsonRpcException
-