Class CODPaymentMethodNotApplicableException

  • All Implemented Interfaces:
    Serializable

    public final class CODPaymentMethodNotApplicableException
    extends RuntimeException
    An exception that occurs when a cart's selected payment method is COD but updates to the cart render the COD payment method not applicable
    Author:
    Julia Lopez-Pozas (julial)
    See Also:
    Serialized Form
    • Constructor Detail

      • CODPaymentMethodNotApplicableException

        public CODPaymentMethodNotApplicableException​(String message)
      • CODPaymentMethodNotApplicableException

        public CODPaymentMethodNotApplicableException​(String message,
                                                      Throwable cause)