Class ReservationException

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

public class ReservationException extends RuntimeException
The exception thrown when a reservation operation is not possible.
See Also:
  • Constructor Details

    • ReservationException

      public ReservationException()
      Instantiates a new reservation exception.
    • ReservationException

      public ReservationException(String message)
      Instantiates a new reservation exception.
      Parameters:
      message - the message
    • ReservationException

      public ReservationException(String message, Throwable cause)
      Instantiates a new reservation exception.
      Parameters:
      message - the message
      cause - the cause
    • ReservationException

      public ReservationException(Throwable cause)
      Instantiates a new reservation exception.
      Parameters:
      cause - the cause
    • ReservationException

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