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