public class BitcoinRPCError extends Object
| Constructor and Description |
|---|
BitcoinRPCError(Map errorMap) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
get the code returned by the bitcoind.
some of the error codes are defined in BitcoinRPCErrorCode |
String |
getMessage() |
public BitcoinRPCError(Map errorMap)
public int getCode()
BitcoinRPCErrorCodepublic String getMessage()
Copyright © 2018. All rights reserved.