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