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