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() |
getBody
public SorobanRpcException(java.lang.Integer code, java.lang.String message, java.lang.String data)
public java.lang.Integer getCode()
NetworkException
getCode
in class NetworkException
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public java.lang.String getData()