Class TooLongHttpContentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.netty.handler.codec.CodecException
io.netty.handler.codec.DecoderException
io.netty.handler.codec.TooLongFrameException
io.netty.handler.codec.http.TooLongHttpContentException
All Implemented Interfaces:
Serializable

public final class TooLongHttpContentException extends io.netty.handler.codec.TooLongFrameException
An TooLongFrameException which is thrown when the length of the content decoded is greater than the allowed maximum.
See Also:
  • Constructor Details

    • TooLongHttpContentException

      public TooLongHttpContentException()
      Creates a new instance.
    • TooLongHttpContentException

      public TooLongHttpContentException(String message, Throwable cause)
      Creates a new instance.
    • TooLongHttpContentException

      public TooLongHttpContentException(String message)
      Creates a new instance.
    • TooLongHttpContentException

      public TooLongHttpContentException(Throwable cause)
      Creates a new instance.