Package org.knowm.xchange.bitcoinde.dto
Class BitcoindeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.knowm.xchange.bitcoinde.dto.BitcoindeException
- All Implemented Interfaces:
Serializable
public class BitcoindeException extends RuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description BitcoindeException(BitcoindeError[] errors, int credits)
-
Method Summary
Modifier and Type Method Description int
getCredits()
BitcoindeError[]
getErrors()
String
getMessage()
String
toString()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
BitcoindeException
-
-
Method Details
-
getErrors
-
getCredits
public int getCredits() -
toString
-
getMessage
- Overrides:
getMessage
in classThrowable
-