Class RemoveTravellerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.travelfacades.errors.exceptions.RemoveTravellerException
- All Implemented Interfaces:
Serializable
Exception to be thrown when an error occurs during the evaluation of the remove traveller amendment or during the actual
removal operations.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRemoveTravellerException(String message, String reason) Instantiates a new Remove Traveller exception.RemoveTravellerException(String message, String reason, Throwable cause) Instantiates a new Remove Traveller exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
MISSING_PASSENGER_ID
- See Also:
-
INVALID_USER
- See Also:
-
EVALUATE_REMOVE_TRAVELLER_ERROR
- See Also:
-
INVALID_ORDER_STATUS
- See Also:
-
-
Constructor Details
-
RemoveTravellerException
Instantiates a new Remove Traveller exception.- Parameters:
message- the messagereason- the reason
-
RemoveTravellerException
Instantiates a new Remove Traveller exception.- Parameters:
message- the messagereason- the reasoncause- the cause
-
-
Method Details
-
getReason
Gets reason.- Returns:
- the reason
-