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