Class NotImplemented

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.juneau.BasicRuntimeException
org.apache.juneau.http.response.BasicHttpException
org.apache.juneau.http.response.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: