public class BitcoinRpcException extends RuntimeException
| Constructor and Description |
|---|
BitcoinRpcException()
Creates a new instance of
BitcoinException without detail message. |
BitcoinRpcException(String msg)
Constructs an instance of
BitcoinException with the specified detail message. |
BitcoinRpcException(String message,
Throwable cause) |
BitcoinRpcException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BitcoinRpcException()
BitcoinException without detail message.public BitcoinRpcException(String msg)
BitcoinException with the specified detail message.msg - the detail message.public BitcoinRpcException(Throwable cause)
Copyright © 2017. All rights reserved.