Class HttpException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CodecException, ConnectionClosedException, ContentLengthExceededException, HttpClientException, HttpServerException, HttpStatusException, MultipartException, UriSyntaxException

public abstract class HttpException extends RuntimeException
Parent class of all exceptions thrown during HTTP processing.
Since:
1.0
Author:
Graeme Rocher
See Also:
  • Constructor Details

    • HttpException

      public HttpException()
      Default constructor.
    • HttpException

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

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

      protected HttpException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Parameters:
      message - The message
      cause - The throwable
      enableSuppression - Enable suppression
      writableStackTrace - Writable stacktrace