public class SorobanRpcException extends NetworkException
| Constructor and Description |
|---|
SorobanRpcException(java.lang.Integer code,
java.lang.String message,
java.lang.String data) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getCode()
The status code of the response.
|
java.lang.String |
getData() |
java.lang.String |
getMessage() |
getBodypublic SorobanRpcException(java.lang.Integer code,
java.lang.String message,
java.lang.String data)
public java.lang.Integer getCode()
NetworkExceptiongetCode in class NetworkExceptionpublic java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.String getData()