Class NotImplemented

All Implemented Interfaces:
Serializable, HttpMessage, HttpResponse

@Response @StatusCode(501) @Schema(description="Not Implemented") public class NotImplemented extends BasicHttpException
Exception representing an HTTP 501 (Not Implemented).

The server either does not recognize the request method, or it lacks the ability to fulfill the request.
Usually this implies future availability (e.g., a new feature of a web-service API).

See Also: