Class InvalidSessionCartException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.travelfacades.errors.exceptions.InvalidSessionCartException
- All Implemented Interfaces:
Serializable
The Invalid Session Cart Exception to be thrown when the session does not have a cart.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorInvalidSessionCartException(String message) Instantiates a new InvalidSessionCartException.InvalidSessionCartException(String message, Throwable cause) Instantiates a new InvalidSessionCartException.Instantiates a new InvalidSessionCartException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidSessionCartException
public InvalidSessionCartException()Default constructor -
InvalidSessionCartException
Instantiates a new InvalidSessionCartException.- Parameters:
message- the messagecause- the cause
-
InvalidSessionCartException
Instantiates a new InvalidSessionCartException.- Parameters:
message- the message
-
InvalidSessionCartException
Instantiates a new InvalidSessionCartException.- Parameters:
cause- the cause
-