Class QuoteUnderThresholdException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.commerceservices.order.exceptions.QuoteUnderThresholdException
All Implemented Interfaces:
Serializable

public class QuoteUnderThresholdException extends RuntimeException
Exception for quote that does not meet threshold.
See Also:
  • Constructor Details

    • QuoteUnderThresholdException

      public QuoteUnderThresholdException(String quoteCode, Integer quoteVersion, Throwable cause)
    • QuoteUnderThresholdException

      public QuoteUnderThresholdException(String quoteCode, Integer quoteVersion)
    • QuoteUnderThresholdException

      public QuoteUnderThresholdException(String message, Throwable cause)
    • QuoteUnderThresholdException

      public QuoteUnderThresholdException(String message)