Class InvalidTransportOfferingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.travelfacades.order.exceptions.InvalidTransportOfferingException
- All Implemented Interfaces:
Serializable
The exception thrown when transport offerings in cart is invalid.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInvalidTransportOfferingException(String message) Instantiates a new IInvalidTransportOfferingException.InvalidTransportOfferingException(String message, Throwable cause) Instantiates a new Invalid transport offering exception. -
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
-
InvalidTransportOfferingException
Instantiates a new IInvalidTransportOfferingException.- Parameters:
message- the message
-
InvalidTransportOfferingException
Instantiates a new Invalid transport offering exception.- Parameters:
message- the messagecause- the cause
-