Class HttpServerException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ResetStreamException

public class HttpServerException extends RuntimeException

Base exception class used to report HTTP server errors.

Since:
1.9
Author:
Jeremy Kuhn
See Also:
  • Constructor Details

    • HttpServerException

      public HttpServerException()

      Creates an HTTP server exception.

    • HttpServerException

      public HttpServerException(String message)

      Creates a HTTP server exception.

      Parameters:
      message - the message
    • HttpServerException

      public HttpServerException(String message, Throwable cause)

      Creates a HTTP server exception.

      Parameters:
      message - the message
      cause - the cause
    • HttpServerException

      public HttpServerException(Throwable cause)

      Creates a HTTP server exception.

      Parameters:
      cause - the cause