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