public class JsonRpcError extends Object
JsonRpcError(Integer code, String message, JsonRpcErrorCause data)
Integer
getCode()
JsonRpcErrorCause
getData()
String
getMessage()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JsonRpcError(Integer code, String message, JsonRpcErrorCause data)
public Integer getCode()
public String getMessage()
public JsonRpcErrorCause getData()
Copyright © 2018. All rights reserved.