Class StripePaymentIntentRequiresActionException

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

public class StripePaymentIntentRequiresActionException extends com.broadleafcommerce.paymentgateway.service.exception.PaymentException
See Also:
  • Constructor Details

    • StripePaymentIntentRequiresActionException

      public StripePaymentIntentRequiresActionException(String message, com.stripe.model.PaymentIntent paymentIntent)
    • StripePaymentIntentRequiresActionException

      public StripePaymentIntentRequiresActionException(Throwable cause, com.stripe.model.PaymentIntent paymentIntent)
    • StripePaymentIntentRequiresActionException

      public StripePaymentIntentRequiresActionException(String message, Throwable cause, com.stripe.model.PaymentIntent paymentIntent)
  • Method Details

    • getPaymentIntent

      public com.stripe.model.PaymentIntent getPaymentIntent()