Class TimeTravelException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.gustavblass.commons.exceptions.IllegalArgumentException
de.gustavblass.fsu.fmi.roombooking.exceptions.TimeTravelException
All Implemented Interfaces:
Serializable

@ResponseStatus(value=BAD_REQUEST, reason="The given time period is invalid because it starts in the past.") public class TimeTravelException extends de.gustavblass.commons.exceptions.IllegalArgumentException
The given time period is invalid because it starts in the past.
See Also: