Package org.eclipse.jetty.http
Class BadMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.jetty.http.BadMessageException
- All Implemented Interfaces:
Serializable
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
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:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.BadMessageException
(int code) Deprecated.BadMessageException
(int code, String reason) Deprecated.BadMessageException
(int code, String reason, Throwable cause) Deprecated.BadMessageException
(String reason) Deprecated.BadMessageException
(String reason, Throwable cause) Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadMessageException
public BadMessageException()Deprecated. -
BadMessageException
public BadMessageException(int code) Deprecated. -
BadMessageException
Deprecated. -
BadMessageException
Deprecated. -
BadMessageException
Deprecated. -
BadMessageException
Deprecated.
-
-
Method Details
-
getCode
public int getCode()Deprecated. -
getReason
Deprecated.
-