Class HttpException.RuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.jetty.http.HttpException.RuntimeException
All Implemented Interfaces:
Serializable, HttpException, org.eclipse.jetty.io.QuietException
Direct Known Subclasses:
BadMessageException
Enclosing interface:
HttpException

public static class HttpException.RuntimeException extends RuntimeException implements HttpException

Exception thrown to indicate a Bad HTTP Message has either been received or attempted to be generated. Typically these are handled with either 400 or 500 responses.

See Also: