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:
-
Constructor Summary
ConstructorsConstructorDescriptionSeeException().NotFoundException(String message) SeeException(String).NotFoundException(String message, Throwable cause) NotFoundException(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
-
NotFoundException
public NotFoundException()SeeException(). -
NotFoundException
SeeException(String). -
NotFoundException
-
NotFoundException
SeeException(Throwable).
-