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