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