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