Class NotFound

All Implemented Interfaces:
Serializable, HttpMessage, HttpResponse

@Response @StatusCode(404) @Schema(description="Not Found") public class NotFound extends BasicHttpException
Exception representing an HTTP 404 (Not Found).

The requested resource could not be found but may be available in the future.
Subsequent requests by the client are permissible.

See Also: