Package monero.common
Class MoneroRpcError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
monero.common.MoneroError
monero.common.MoneroRpcError
- All Implemented Interfaces:
Serializable
Exception when interacting with the Monero daemon or wallet RPC API.
- See Also:
-
Constructor Summary
ConstructorDescriptionMoneroRpcError
(String rpcDescription, Integer rpcCode, String rpcMethod, Object rpcParams) -
Method Summary
Methods inherited from class monero.common.MoneroError
getCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
MoneroRpcError
-
-
Method Details
-
getRpcMethod
-
getRpcParams
-
toString
- Overrides:
toString
in classMoneroError
-