Class InvalidCartPriceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.travelfacades.errors.exceptions.InvalidCartPriceException
- All Implemented Interfaces:
Serializable
The exception thrown when a cart have invalid price.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidCartPriceException(String message) Instantiates a new Invalid Cart Price exception.InvalidCartPriceException(String message, Throwable cause) Instantiates a new Invalid Cart 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
-
InvalidCartPriceException
Instantiates a new Invalid Cart Price exception.- Parameters:
message- the messagecause- the cause
-
InvalidCartPriceException
Instantiates a new Invalid Cart Price exception.- Parameters:
message- the message
-