Class InvalidSavedSearchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.travelfacades.order.exceptions.InvalidSavedSearchException
- All Implemented Interfaces:
Serializable
The exception thrown when transport offerings in cart is invalid.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInvalidSavedSearchException(String message) Instantiates a new InvalidSavedSearchException.InvalidSavedSearchException(String message, Throwable cause) Instantiates a new InvalidSavedSearchException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
DEFAULT_MESSAGE
- See Also:
-
-
Constructor Details
-
InvalidSavedSearchException
Instantiates a new InvalidSavedSearchException.- Parameters:
message- the message
-
InvalidSavedSearchException
Instantiates a new InvalidSavedSearchException.- Parameters:
message- the messagecause- the cause
-