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

public class StripePaymentIntentAccessTokenGenerationException extends RuntimeException
The exception is thrown when an error occurs during the generation of the payment intent access token.
Author:
Dima Myroniuk (dmyroniuk)
See Also:
  • Constructor Details

    • StripePaymentIntentAccessTokenGenerationException

      public StripePaymentIntentAccessTokenGenerationException(String message)
    • StripePaymentIntentAccessTokenGenerationException

      public StripePaymentIntentAccessTokenGenerationException(String message, Throwable cause)