Class HttpVersionNotSupported

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

@Response @StatusCode(505) @Schema(description="Http Version Not Supported") public class HttpVersionNotSupported extends BasicHttpException
Exception representing an HTTP 505 ().

The server does not support the HTTP protocol version used in the request.

See Also: