Class HttpServerException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InternalServerException, ServerStartupException

public class HttpServerException extends HttpException
Exceptions related to the HTTP server.
Since:
1.0
Author:
graemerocher
See Also:
  • Constructor Details

    • HttpServerException

      public HttpServerException(String message)
      Parameters:
      message - The message
    • HttpServerException

      public HttpServerException(String message, Throwable cause)
      Parameters:
      message - The message
      cause - The throwable