Class ExpiredException

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

@ResponseStatus(value=GONE, reason="The given resource could not be retrieved because it is no longer valid.") public class ExpiredException extends de.gustavblass.commons.exceptions.IllegalArgumentException
Indicates that a certain resource could not be retrieved because it is no longer valid.
See Also: