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
Exception for quote that does not meet threshold.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQuoteUnderThresholdException(String message) QuoteUnderThresholdException(String quoteCode, Integer quoteVersion) QuoteUnderThresholdException(String quoteCode, Integer quoteVersion, Throwable cause) QuoteUnderThresholdException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QuoteUnderThresholdException
-
QuoteUnderThresholdException
-
QuoteUnderThresholdException
-
QuoteUnderThresholdException
-