Class MisdirectedRequest

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

@Response @StatusCode(421) @Schema(description="Misdirected Request") public class MisdirectedRequest extends BasicHttpException
Exception representing an HTTP 421 (Misdirected Request).

The request was directed at a server that is not able to produce a response (for example because of connection reuse).

See Also: