Class CheckoutComApplePayCertificateException

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

public class CheckoutComApplePayCertificateException extends RuntimeException
Exception thrown when the Apple Pay certificate or key cannot be found, read or the SslContext cannot be created with provided certificates.
Author:
Dima Myroniuk (dmyroniuk)
See Also:
  • Constructor Details

    • CheckoutComApplePayCertificateException

      public CheckoutComApplePayCertificateException(String message)
    • CheckoutComApplePayCertificateException

      public CheckoutComApplePayCertificateException(String message, Throwable cause)
    • CheckoutComApplePayCertificateException

      public CheckoutComApplePayCertificateException(Throwable cause)