Class InvalidPriceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.travelfacades.order.exceptions.InvalidPriceException
- All Implemented Interfaces:
Serializable
The exception thrown when price is expired or invalid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidPriceException(String message) Instantiates a new Invalid price exception.InvalidPriceException(String message, Throwable cause) Instantiates a new Invalid price exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidPriceException
Instantiates a new Invalid price exception.- Parameters:
message- the message
-
InvalidPriceException
Instantiates a new Invalid price exception.- Parameters:
message- the messagecause- the cause
-