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