Class IllegalQuoteSubmitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.commerceservices.order.exceptions.IllegalQuoteStateException
de.hybris.platform.commerceservices.order.exceptions.IllegalQuoteSubmitException
- All Implemented Interfaces:
Serializable
Exception thrown when submit action cannot be performed for a quote. Encapsulates basic quote information.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalQuoteSubmitException(String quoteCode, QuoteState quoteState, Integer quoteVersion) IllegalQuoteSubmitException(String quoteCode, QuoteState quoteState, Integer quoteVersion, String message) IllegalQuoteSubmitException(String quoteCode, QuoteState quoteState, Integer quoteVersion, String message, Throwable cause) IllegalQuoteSubmitException(String quoteCode, QuoteState quoteState, Integer quoteVersion, Throwable cause) -
Method Summary
Methods inherited from class de.hybris.platform.commerceservices.order.exceptions.IllegalQuoteStateException
getQuoteAction, getQuoteCode, getQuoteState, getQuoteVersion, hasLocalizedMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalQuoteSubmitException
-
IllegalQuoteSubmitException
public IllegalQuoteSubmitException(String quoteCode, QuoteState quoteState, Integer quoteVersion, Throwable cause) -
IllegalQuoteSubmitException
public IllegalQuoteSubmitException(String quoteCode, QuoteState quoteState, Integer quoteVersion, String message) -
IllegalQuoteSubmitException
public IllegalQuoteSubmitException(String quoteCode, QuoteState quoteState, Integer quoteVersion, String message, Throwable cause)
-