public class JsonRpcException extends Exception
| Modifier and Type | Field and Description |
|---|---|
int |
code
Error code
|
Object |
error
Error detail object - may not always be present or meaningful
|
String |
message
Error message
|
String |
name
Usually the constant string, "JSONRPCError"
|
| Constructor and Description |
|---|
JsonRpcException() |
JsonRpcException(Map<String,Object> errorMap) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2017 Pivotal Software, Inc.. All rights reserved.