Package com.bitpay.sdk.exceptions
Class BitPayException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.bitpay.sdk.exceptions.BitPayException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BillException,CurrencyException,InvoiceException,LedgerException,PayoutCreationException,PayoutException,RateException,RefundException,SettlementException,SubscriptionException
public class BitPayException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BitPayException(java.lang.String message)Construct the BitPayException.
-