Class InvalidSessionCartException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.travelfacades.errors.exceptions.InvalidSessionCartException
All Implemented Interfaces:
Serializable

public class InvalidSessionCartException extends Exception
The Invalid Session Cart Exception to be thrown when the session does not have a cart.
See Also:
  • Constructor Details

    • InvalidSessionCartException

      public InvalidSessionCartException()
      Default constructor
    • InvalidSessionCartException

      public InvalidSessionCartException(String message, Throwable cause)
      Instantiates a new InvalidSessionCartException.
      Parameters:
      message - the message
      cause - the cause
    • InvalidSessionCartException

      public InvalidSessionCartException(String message)
      Instantiates a new InvalidSessionCartException.
      Parameters:
      message - the message
    • InvalidSessionCartException

      public InvalidSessionCartException(Throwable cause)
      Instantiates a new InvalidSessionCartException.
      Parameters:
      cause - the cause