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