Class TooLongHttpLineException

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.TooLongHttpLineException
All Implemented Interfaces:
Serializable

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

    • TooLongHttpLineException

      public TooLongHttpLineException()
      Creates a new instance.
    • TooLongHttpLineException

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

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

      public TooLongHttpLineException(Throwable cause)
      Creates a new instance.