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:
-
Constructor Summary
ConstructorsConstructorDescriptionSeeException().TimeTravelException(String message) SeeException(String).TimeTravelException(String message, Throwable cause) TimeTravelException(Throwable cause) SeeException(Throwable). -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TimeTravelException
public TimeTravelException()SeeException(). -
TimeTravelException
SeeException(String). -
TimeTravelException
-
TimeTravelException
SeeException(Throwable).
-