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