Class BadMessageException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.jetty.http.BadMessageException
All Implemented Interfaces:
Serializable

public class BadMessageException extends 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 or 500 responses.

See Also: