Package com.bitpay.sdk.exceptions
Class LedgerQueryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.bitpay.sdk.exceptions.BitPayException
-
- com.bitpay.sdk.exceptions.LedgerException
-
- com.bitpay.sdk.exceptions.LedgerQueryException
-
- All Implemented Interfaces:
java.io.Serializable
public class LedgerQueryException extends LedgerException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LedgerQueryException(java.lang.String message)Construct the LedgerQueryException.
-