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

public class RemoveRoomStayException extends RuntimeException
The exception thrown when exception occurred for removing room stay.
See Also:
  • Constructor Details

    • RemoveRoomStayException

      public RemoveRoomStayException(String message)
      Instantiates a new Remove room stay exception.
      Parameters:
      message - the message
    • RemoveRoomStayException

      public RemoveRoomStayException(String message, String reason)
      Instantiates a new Remove room stay exception.
      Parameters:
      message - the message
      reason - the reason
  • Method Details

    • getReason

      public String getReason()
      Gets the reason
      Returns:
      the reason