Class CheckoutComValidateApplePaySessionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.vendor.checkoutcom.exception.CheckoutComValidateApplePaySessionException
All Implemented Interfaces:
Serializable

public class CheckoutComValidateApplePaySessionException extends RuntimeException
Exception thrown when the validation of the Apple Pay session failed.
Author:
Dima Myroniuk (dmyroniuk)
See Also:
  • Constructor Details

    • CheckoutComValidateApplePaySessionException

      public CheckoutComValidateApplePaySessionException()
    • CheckoutComValidateApplePaySessionException

      public CheckoutComValidateApplePaySessionException(String message)
    • CheckoutComValidateApplePaySessionException

      public CheckoutComValidateApplePaySessionException(String message, Throwable cause)
    • CheckoutComValidateApplePaySessionException

      public CheckoutComValidateApplePaySessionException(Throwable cause)