Class ChasePaymentApplePayCertificateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.vendor.chasepayment.service.wallet.exception.ChasePaymentApplePayCertificateException
All Implemented Interfaces:
Serializable

public class ChasePaymentApplePayCertificateException extends RuntimeException
Exception thrown when the Apple Pay certificate or key cannot be found, read or the SslContext cannot be created with provided certificates.
See Also:
  • Constructor Details

    • ChasePaymentApplePayCertificateException

      public ChasePaymentApplePayCertificateException(String message)
    • ChasePaymentApplePayCertificateException

      public ChasePaymentApplePayCertificateException(String message, Throwable cause)
    • ChasePaymentApplePayCertificateException

      public ChasePaymentApplePayCertificateException(Throwable cause)