Class StripeSetupIntentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.vendor.stripe.service.exception.StripeSetupIntentException
All Implemented Interfaces:
Serializable

public class StripeSetupIntentException extends RuntimeException
Exception is thrown when the error occurred during creating of the SetupIntent.
Author:
Dima Myroniuk (dmyroniuk)
See Also:
  • Constructor Details

    • StripeSetupIntentException

      public StripeSetupIntentException(Throwable cause)
    • StripeSetupIntentException

      public StripeSetupIntentException(String message, Throwable cause)