Class StripePaymentIntentAccessTokenGenerationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.vendor.stripe.service.exception.StripePaymentIntentAccessTokenGenerationException
- All Implemented Interfaces:
Serializable
The exception is thrown when an error occurs during the generation of the payment intent access
token.
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStripePaymentIntentAccessTokenGenerationException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StripePaymentIntentAccessTokenGenerationException
-
StripePaymentIntentAccessTokenGenerationException
-