public class BitcoinRPCException extends BitcoinRpcException
| Constructor and Description |
|---|
BitcoinRPCException()
Creates a new instance of
BitcoinRPCException without detail message. |
BitcoinRPCException(String msg)
Constructs an instance of
BitcoinRPCException 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()
BitcoinRPCException without detail message.public BitcoinRPCException(String msg)
BitcoinRPCException with the specified detail message.msg - the detail message.public BitcoinRPCException(Throwable cause)
Copyright © 2015. All rights reserved.