Class QuoteNotEnabledException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.cartoperation.exception.QuoteNotEnabledException
All Implemented Interfaces:
Serializable

public class QuoteNotEnabledException extends RuntimeException
Exception thrown when attempting to perform operations against a quote but the quote functionalities are disabled in the given context.
Author:
Sunny Yu
See Also:
  • Constructor Details

    • QuoteNotEnabledException

      public QuoteNotEnabledException(String message)