Class NotFoundException

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

@ResponseStatus(value=NOT_FOUND, reason="The page or resource requested could not be found.") public class NotFoundException extends de.gustavblass.commons.exceptions.NotFoundException
Indicates that a certain resource requested could not be found.
See Also: