- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.netty5.handler.codec.CodecException
-
- io.netty5.handler.codec.DecoderException
-
- io.netty5.handler.codec.TooLongFrameException
-
- io.netty5.handler.codec.http.TooLongHttpLineException
-
- All Implemented Interfaces:
Serializable
public final class TooLongHttpLineException extends TooLongFrameException
AnTooLongFrameException
which is thrown when the length of the line decoded is greater than the allowed maximum.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TooLongHttpLineException()
Creates a new instance.TooLongHttpLineException(String message)
Creates a new instance.TooLongHttpLineException(String message, Throwable cause)
Creates a new instance.TooLongHttpLineException(Throwable cause)
Creates a new instance.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
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.
-
-