Class QuoteUnderThresholdException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.commerceservices.order.exceptions.QuoteUnderThresholdException
-
- All Implemented Interfaces:
java.io.Serializable
public class QuoteUnderThresholdException extends java.lang.RuntimeExceptionException for quote that does not meet threshold.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QuoteUnderThresholdException(java.lang.String message)QuoteUnderThresholdException(java.lang.String quoteCode, java.lang.Integer quoteVersion)QuoteUnderThresholdException(java.lang.String quoteCode, java.lang.Integer quoteVersion, java.lang.Throwable cause)QuoteUnderThresholdException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Constructor Detail
-
QuoteUnderThresholdException
public QuoteUnderThresholdException(java.lang.String quoteCode, java.lang.Integer quoteVersion, java.lang.Throwable cause)
-
QuoteUnderThresholdException
public QuoteUnderThresholdException(java.lang.String quoteCode, java.lang.Integer quoteVersion)
-
QuoteUnderThresholdException
public QuoteUnderThresholdException(java.lang.String message, java.lang.Throwable cause)
-
QuoteUnderThresholdException
public QuoteUnderThresholdException(java.lang.String message)
-
-