Class SeatNotAvailableException

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

public class SeatNotAvailableException extends RuntimeException
The exception thrown when seat is not available to add to cart
See Also:
  • Constructor Details

    • SeatNotAvailableException

      public SeatNotAvailableException()
      Instantiates a new Seat not available exception.
    • SeatNotAvailableException

      public SeatNotAvailableException(String message)
      Instantiates a new Seat not available exception.
      Parameters:
      message - the message
    • SeatNotAvailableException

      public SeatNotAvailableException(String message, Throwable cause)
      Instantiates a new Seat not available exception.
      Parameters:
      message - the message
      cause - the cause
    • SeatNotAvailableException

      public SeatNotAvailableException(Throwable cause)
      Instantiates a new Seat not available exception.
      Parameters:
      cause - the cause
    • SeatNotAvailableException

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