Class TravellerNotEligibleForTransportOfferingInCartException

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

public class TravellerNotEligibleForTransportOfferingInCartException extends RuntimeException
The exception thrown when traveller not eligible for transport offering in the cart.
See Also:
  • Constructor Details

    • TravellerNotEligibleForTransportOfferingInCartException

      public TravellerNotEligibleForTransportOfferingInCartException()
      Instantiates a new Traveller not eligible for transport offering in the cart exception.
    • TravellerNotEligibleForTransportOfferingInCartException

      public TravellerNotEligibleForTransportOfferingInCartException(String message)
      Instantiates a new Traveller not eligible for transport offering in the cart exception.
      Parameters:
      message - the message
    • TravellerNotEligibleForTransportOfferingInCartException

      public TravellerNotEligibleForTransportOfferingInCartException(String message, Throwable cause)
      Instantiates a new Traveller not eligible for transport offering in the cart exception.
      Parameters:
      message - the message
      cause - the cause
    • TravellerNotEligibleForTransportOfferingInCartException

      public TravellerNotEligibleForTransportOfferingInCartException(Throwable cause)
      Instantiates a new Traveller not eligible for transport offering in the cart exception.
      Parameters:
      cause - the cause
    • TravellerNotEligibleForTransportOfferingInCartException

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