Class TooLongFrameException
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
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TooLongHttpContentException, TooLongHttpHeaderException, TooLongHttpLineException
An
DecoderException which is thrown when the length of the frame
decoded is greater than the allowed maximum.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance.TooLongFrameException(String message) Creates a new instance.TooLongFrameException(String message, Throwable cause) Creates a new instance.TooLongFrameException(Throwable cause) Creates a new instance. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TooLongFrameException
public TooLongFrameException()Creates a new instance. -
TooLongFrameException
-
TooLongFrameException
Creates a new instance. -
TooLongFrameException
Creates a new instance.
-