public class JsonRpcErrorDataException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected JsonRpcErrorData |
errorData |
| Constructor and Description |
|---|
JsonRpcErrorDataException() |
JsonRpcErrorDataException(String message) |
JsonRpcErrorDataException(String message,
Throwable cause) |
JsonRpcErrorDataException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
JsonRpcErrorData |
getErrorData() |
void |
setErrorData(JsonRpcErrorData errorData) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected JsonRpcErrorData errorData
public JsonRpcErrorDataException()
public JsonRpcErrorDataException(String message)
public JsonRpcErrorDataException(Throwable cause)
public JsonRpcErrorData getErrorData()
public void setErrorData(JsonRpcErrorData errorData)
Copyright © 2023. All rights reserved.