Class RemoveRoomStayException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.travelfacades.order.exceptions.RemoveRoomStayException
- All Implemented Interfaces:
Serializable
The exception thrown when exception occurred for removing room stay.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRemoveRoomStayException(String message) Instantiates a new Remove room stay exception.RemoveRoomStayException(String message, String reason) Instantiates a new Remove room stay 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
-
RemoveRoomStayException
Instantiates a new Remove room stay exception.- Parameters:
message- the message
-
RemoveRoomStayException
Instantiates a new Remove room stay exception.- Parameters:
message- the messagereason- the reason
-
-
Method Details
-
getReason
Gets the reason- Returns:
- the reason
-