Class CODPaymentMethodNotApplicableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.cartoperation.exception.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:
  • Constructor Details

    • CODPaymentMethodNotApplicableException

      public CODPaymentMethodNotApplicableException(String message)
    • CODPaymentMethodNotApplicableException

      public CODPaymentMethodNotApplicableException(String message, Throwable cause)
  • Method Details