- 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
-
- All Implemented Interfaces:
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(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 java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TooLongFrameException
public TooLongFrameException()
Creates a new instance.
-
TooLongFrameException
public TooLongFrameException(String message, Throwable cause)
Creates a new instance.
-
TooLongFrameException
public TooLongFrameException(String message)
Creates a new instance.
-
TooLongFrameException
public TooLongFrameException(Throwable cause)
Creates a new instance.
-
-