Class TravellerNotInCartException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.travelfacades.order.exceptions.TravellerNotInCartException
All Implemented Interfaces:
Serializable

public class TravellerNotInCartException extends RuntimeException
The exception thrown when the traveller is not in cart.
See Also:
  • Constructor Details

    • TravellerNotInCartException

      public TravellerNotInCartException()
      Instantiates a new Traveller not in cart exception.
    • TravellerNotInCartException

      public TravellerNotInCartException(String message)
      Instantiates a new Traveller not in cart exception.
      Parameters:
      message - the message
    • TravellerNotInCartException

      public TravellerNotInCartException(String message, Throwable cause)
      Instantiates a new Traveller not in cart exception.
      Parameters:
      message - the message
      cause - the cause
    • TravellerNotInCartException

      public TravellerNotInCartException(Throwable cause)
      Instantiates a new Traveller not in cart exception.
      Parameters:
      cause - the cause
    • TravellerNotInCartException

      public TravellerNotInCartException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Instantiates a new Traveller not in cart exception.
      Parameters:
      message - the message
      cause - the cause
      enableSuppression - the enable suppression
      writableStackTrace - the writable stack trace