Class AddTravellerToCartExceptionService

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.travelservices.exceptions.AddTravellerToCartExceptionService
All Implemented Interfaces:
Serializable

public class AddTravellerToCartExceptionService extends Exception
The Add Traveller To Cart Exception to be thrown from the add travellers to cart service method.
See Also:
  • Constructor Details

    • AddTravellerToCartExceptionService

      public AddTravellerToCartExceptionService()
      Default constructor
    • AddTravellerToCartExceptionService

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

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

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