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, 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:
  • Constructor Details

    • RuntimeException

      public RuntimeException(int code)
    • RuntimeException

      public RuntimeException(int code, String reason)
    • RuntimeException

      public RuntimeException(int code, Throwable cause)
    • RuntimeException

      public RuntimeException(int code, String reason, Throwable cause)
  • Method Details