Class ChasePaymentCreateApplePaySessionException

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

public class ChasePaymentCreateApplePaySessionException extends RuntimeException
Exception thrown when creation of the Apple Pay opaque session object failed.
See Also:
  • Constructor Details

    • ChasePaymentCreateApplePaySessionException

      public ChasePaymentCreateApplePaySessionException()
    • ChasePaymentCreateApplePaySessionException

      public ChasePaymentCreateApplePaySessionException(String message)
    • ChasePaymentCreateApplePaySessionException

      public ChasePaymentCreateApplePaySessionException(String message, Throwable cause)
    • ChasePaymentCreateApplePaySessionException

      public ChasePaymentCreateApplePaySessionException(Throwable cause)