Class StripePaymentIntentCreationException

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

public class StripePaymentIntentCreationException extends RuntimeException
Exception is thrown when the error occurred during the creation of a PaymentIntent.
Author:
Divyank Chavan.
See Also:
  • Constructor Details

    • StripePaymentIntentCreationException

      public StripePaymentIntentCreationException(Throwable cause)
    • StripePaymentIntentCreationException

      public StripePaymentIntentCreationException(String message, Throwable cause)