Class MissingPassengerInformationException

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

public class MissingPassengerInformationException extends RuntimeException
The exception thrown when passenger information is not available.
See Also:
  • Constructor Details

    • MissingPassengerInformationException

      public MissingPassengerInformationException()
      Instantiates a new emptyPassenger information exception.
    • MissingPassengerInformationException

      public MissingPassengerInformationException(String message)
      Instantiates a new emptyPassenger information exception.
      Parameters:
      message - the message
    • MissingPassengerInformationException

      public MissingPassengerInformationException(String message, Throwable cause)
      Instantiates a new emptyPassenger information exception.
      Parameters:
      message - the message
      cause - the cause
    • MissingPassengerInformationException

      public MissingPassengerInformationException(Throwable cause)
      Instantiates a new emptyPassenger information exception.
      Parameters:
      cause - the cause
    • MissingPassengerInformationException

      public MissingPassengerInformationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Instantiates a new emptyPassenger information exception.
      Parameters:
      message - the message
      cause - the cause
      enableSuppression - the enable suppression
      writableStackTrace - the writable stack trace