Class BadMessageException

java.lang.Object
All Implemented Interfaces:
Serializable, HttpException, org.eclipse.jetty.io.QuietException

public class BadMessageException extends HttpException.RuntimeException

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

See Also: