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:
-
Constructor Summary
ConstructorDescriptionJsonRpcException
(String detailMessage, String name, int code, String message, Object error) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JsonRpcException
public JsonRpcException() -
JsonRpcException
-
-
Method Details
-
getName
-
getCode
public int getCode() -
getMessage
- Overrides:
getMessage
in classThrowable
-
getError
-