Package io.netty.handler.codec
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:
java.io.Serializable
- Direct Known Subclasses:
TooLongHttpContentException
,TooLongHttpHeaderException
,TooLongHttpLineException
public class TooLongFrameException extends DecoderException
AnDecoderException
which is thrown when the length of the frame decoded is greater than the allowed maximum.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TooLongFrameException()
Creates a new instance.TooLongFrameException(java.lang.String message)
Creates a new instance.TooLongFrameException(java.lang.String message, java.lang.Throwable cause)
Creates a new instance.TooLongFrameException(java.lang.Throwable cause)
Creates a new instance.
-
-
-
Constructor Detail
-
TooLongFrameException
public TooLongFrameException()
Creates a new instance.
-
TooLongFrameException
public TooLongFrameException(java.lang.String message, java.lang.Throwable cause)
Creates a new instance.
-
TooLongFrameException
public TooLongFrameException(java.lang.String message)
Creates a new instance.
-
TooLongFrameException
public TooLongFrameException(java.lang.Throwable cause)
Creates a new instance.
-
-