Package io.netty.handler.codec
Class CodecException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.netty.handler.codec.CodecException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DecoderException
,EncoderException
,PrematureChannelClosureException
,RedisCodecException
,UnsupportedMessageTypeException
public class CodecException extends java.lang.RuntimeException
AnException
which is thrown by a codec.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CodecException()
Creates a new instance.CodecException(java.lang.String message)
Creates a new instance.CodecException(java.lang.String message, java.lang.Throwable cause)
Creates a new instance.CodecException(java.lang.Throwable cause)
Creates a new instance.
-
-
-
Constructor Detail
-
CodecException
public CodecException()
Creates a new instance.
-
CodecException
public CodecException(java.lang.String message, java.lang.Throwable cause)
Creates a new instance.
-
CodecException
public CodecException(java.lang.String message)
Creates a new instance.
-
CodecException
public CodecException(java.lang.Throwable cause)
Creates a new instance.
-
-