Class ReservationDetailsDeniedException

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

public class ReservationDetailsDeniedException extends RuntimeException
The exception thrown when reservation details not found.
See Also:
  • Constructor Details

    • ReservationDetailsDeniedException

      public ReservationDetailsDeniedException()
      Instantiates a new reservation details not found exception.
    • ReservationDetailsDeniedException

      public ReservationDetailsDeniedException(String message)
      Instantiates a new reservation details not found exception.
      Parameters:
      message - the message
    • ReservationDetailsDeniedException

      public ReservationDetailsDeniedException(String message, Throwable cause)
      Instantiates a new reservation details not found exception.
      Parameters:
      message - the message
      cause - the cause
    • ReservationDetailsDeniedException

      public ReservationDetailsDeniedException(Throwable cause)
      Instantiates a new reservation details not found exception.
      Parameters:
      cause - the cause
    • ReservationDetailsDeniedException

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