Class NotExtended

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.NotExtended
All Implemented Interfaces:
Serializable, HttpMessage, HttpResponse

@Response @StatusCode(510) @Schema(description="Not Extended") public class NotExtended extends BasicHttpException
Exception representing an HTTP 510 (Not Extended).

Further extensions to the request are required for the server to fulfill it.

See Also: