Class AddTravellerToCartException

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

public class AddTravellerToCartException extends Exception
The Add Traveller To Cart Exception to be thrown from the list of validation strategies.
See Also:
  • Constructor Details

    • AddTravellerToCartException

      public AddTravellerToCartException()
      Default constructor
    • AddTravellerToCartException

      public AddTravellerToCartException(String message, Throwable cause)
      Instantiates a new Add Traveller To Cart exception.
      Parameters:
      message - the message
      cause - the cause
    • AddTravellerToCartException

      public AddTravellerToCartException(String message)
      Instantiates a new Add Traveller To Cart exception.
      Parameters:
      message - the message
    • AddTravellerToCartException

      public AddTravellerToCartException(Throwable cause)
      Instantiates a new Add Traveller To Cart exception.
      Parameters:
      cause - the cause