Class TransferEncodingNotAllowedException

All Implemented Interfaces:
Serializable

public final class TransferEncodingNotAllowedException extends DecoderException
Thrown by HttpObjectDecoder when an HTTP message uses a protocol version older than HTTP/1.1 and includes an Transfer-Encoding header.
See Also:
  • Constructor Details

    • TransferEncodingNotAllowedException

      public TransferEncodingNotAllowedException(String message)
      Create a new instance with the given message.
      Parameters:
      message - The exception message.