public final class TooLongHttpLineException extends TooLongFrameException
TooLongFrameException
which is thrown when the length of the
line decoded is greater than the allowed maximum.Constructor and 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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TooLongHttpLineException()
public TooLongHttpLineException(String message, Throwable cause)
public TooLongHttpLineException(String message)
public TooLongHttpLineException(Throwable cause)
Copyright © 2008–2024 The Netty Project. All rights reserved.