Package wf.bitcoin.javabitcoindrpcclient
Class GenericRpcException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- wf.bitcoin.javabitcoindrpcclient.GenericRpcException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BitcoinRPCException
public class GenericRpcException extends java.lang.RuntimeException- Author:
- Mikhail Yevchenko m.ṥῥẚɱ.ѓѐḿởύḙ@azazar.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GenericRpcException()Creates a new instance ofBitcoinExceptionwithout detail message.GenericRpcException(java.lang.String msg)Constructs an instance ofBitcoinExceptionwith the specified detail message.GenericRpcException(java.lang.String message, java.lang.Throwable cause)GenericRpcException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
GenericRpcException
public GenericRpcException()
Creates a new instance ofBitcoinExceptionwithout detail message.
-
GenericRpcException
public GenericRpcException(java.lang.String msg)
Constructs an instance ofBitcoinExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
GenericRpcException
public GenericRpcException(java.lang.Throwable cause)
-
GenericRpcException
public GenericRpcException(java.lang.String message, java.lang.Throwable cause)
-
-