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
The exception thrown when seat is not available to add to cart
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new Seat not available exception.SeatNotAvailableException(String message) Instantiates a new Seat not available exception.SeatNotAvailableException(String message, Throwable cause) Instantiates a new Seat not available exception.SeatNotAvailableException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Instantiates a new Seat not available exception.Instantiates a new Seat not available exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SeatNotAvailableException
public SeatNotAvailableException()Instantiates a new Seat not available exception. -
SeatNotAvailableException
Instantiates a new Seat not available exception.- Parameters:
message- the message
-
SeatNotAvailableException
Instantiates a new Seat not available exception.- Parameters:
message- the messagecause- the cause
-
SeatNotAvailableException
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 messagecause- the causeenableSuppression- the enable suppressionwritableStackTrace- the writable stack trace
-