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:
java.io.Serializable
- Direct Known Subclasses:
CorruptedFrameException
,DecompressionException
,HAProxyProtocolException
,HttpPostRequestDecoder.EndOfDataDecoderException
,HttpPostRequestDecoder.ErrorDataDecoderException
,HttpPostRequestDecoder.NotEnoughDataDecoderException
,HttpPostRequestDecoder.TooLongFormFieldException
,HttpPostRequestDecoder.TooManyFormFieldsException
,MqttIdentifierRejectedException
,MqttUnacceptableProtocolVersionException
,TooLongFrameException
public class DecoderException extends CodecException
AnCodecException
which is thrown by a decoder.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DecoderException()
Creates a new instance.DecoderException(java.lang.String message)
Creates a new instance.DecoderException(java.lang.String message, java.lang.Throwable cause)
Creates a new instance.DecoderException(java.lang.Throwable cause)
Creates a new instance.
-
-
-
Constructor Detail
-
DecoderException
public DecoderException()
Creates a new instance.
-
DecoderException
public DecoderException(java.lang.String message, java.lang.Throwable cause)
Creates a new instance.
-
DecoderException
public DecoderException(java.lang.String message)
Creates a new instance.
-
DecoderException
public DecoderException(java.lang.Throwable cause)
Creates a new instance.
-
-