public class JsonRpcErrorException extends JsonRpcException
| Constructor and Description |
|---|
JsonRpcErrorException(int code,
String message) |
JsonRpcErrorException(int code,
String message,
Exception e) |
JsonRpcErrorException(int code,
String message,
com.google.gson.JsonElement data) |
JsonRpcErrorException(ResponseError error) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
String |
getData() |
ResponseError |
getError() |
String |
getServerMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JsonRpcErrorException(int code,
String message)
public JsonRpcErrorException(int code,
String message,
com.google.gson.JsonElement data)
public JsonRpcErrorException(ResponseError error)
public ResponseError getError()
public String getData()
public int getCode()
public String getServerMessage()
Copyright © 2017 Kurento. All rights reserved.