Package dev.voidframework.web.exception
Class HttpException.NotFound
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.web.exception.HttpException
dev.voidframework.web.exception.HttpException.NotFound
- All Implemented Interfaces:
Serializable
- Enclosing class:
- HttpException
Exception indicates that a resource was not found.
- Since:
- 1.0.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.voidframework.web.exception.HttpException
HttpException.BadRequest, HttpException.InternalServerError, HttpException.NotFound -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotFound
public NotFound()Build a new instance.- Since:
- 1.0.0
-
NotFound
Build a new instance.- Parameters:
message- The provided message- Since:
- 1.0.0
-