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 Summary
ConstructorsConstructorDescriptionStripePaymentIntentRequiresActionException
(String message, com.stripe.model.PaymentIntent paymentIntent) StripePaymentIntentRequiresActionException
(String message, Throwable cause, com.stripe.model.PaymentIntent paymentIntent) StripePaymentIntentRequiresActionException
(Throwable cause, com.stripe.model.PaymentIntent paymentIntent) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StripePaymentIntentRequiresActionException
public StripePaymentIntentRequiresActionException(String message, com.stripe.model.PaymentIntent paymentIntent) -
StripePaymentIntentRequiresActionException
public StripePaymentIntentRequiresActionException(Throwable cause, com.stripe.model.PaymentIntent paymentIntent) -
StripePaymentIntentRequiresActionException
-
-
Method Details
-
getPaymentIntent
public com.stripe.model.PaymentIntent getPaymentIntent()
-