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
The exception thrown when a reservation operation is not possible.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new reservation exception.ReservationException(String message) Instantiates a new reservation exception.ReservationException(String message, Throwable cause) Instantiates a new reservation exception.ReservationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Instantiates a new reservation exception.ReservationException(Throwable cause) Instantiates a new reservation 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
-
ReservationException
public ReservationException()Instantiates a new reservation exception. -
ReservationException
Instantiates a new reservation exception.- Parameters:
message- the message
-
ReservationException
Instantiates a new reservation exception.- Parameters:
message- the messagecause- the cause
-
ReservationException
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 messagecause- the causeenableSuppression- the enable suppressionwritableStackTrace- the writable stack trace
-