Class TravellerNotEligibleException

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

public class TravellerNotEligibleException extends RuntimeException
The exception thrown when traveller is not eligible to perform an operation
See Also:
  • Constructor Details

    • TravellerNotEligibleException

      public TravellerNotEligibleException()
      Instantiates a new Traveller not eligible exception.
    • TravellerNotEligibleException

      public TravellerNotEligibleException(String message)
      Instantiates a new Traveller not eligible exception.
      Parameters:
      message - the message
    • TravellerNotEligibleException

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

      public TravellerNotEligibleException(Throwable cause)
      Instantiates a new Traveller not eligible exception.
      Parameters:
      cause - the cause
    • TravellerNotEligibleException

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