Package io.netty.handler.codec
Class DecoderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.netty.handler.codec.CodecException
io.netty.handler.codec.DecoderException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CorruptedFrameException
,DecompressionException
,HAProxyProtocolException
,HttpPostRequestDecoder.EndOfDataDecoderException
,HttpPostRequestDecoder.ErrorDataDecoderException
,HttpPostRequestDecoder.NotEnoughDataDecoderException
,HttpPostRequestDecoder.TooLongFormFieldException
,HttpPostRequestDecoder.TooManyFormFieldsException
,MqttIdentifierRejectedException
,MqttUnacceptableProtocolVersionException
,TooLongFrameException
An
CodecException
which is thrown by a decoder.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance.DecoderException
(String message) Creates a new instance.DecoderException
(String message, Throwable cause) Creates a new instance.DecoderException
(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
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
DecoderException
public DecoderException()Creates a new instance. -
DecoderException
Creates a new instance. -
DecoderException
Creates a new instance. -
DecoderException
Creates a new instance.
-