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:
Serializable
- Direct Known Subclasses:
DecoderException
,EncoderException
,PrematureChannelClosureException
,RedisCodecException
,UnsupportedMessageTypeException
An
Exception
which is thrown by a codec.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance.CodecException
(String message) Creates a new instance.CodecException
(String message, Throwable cause) Creates a new instance.CodecException
(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
-
CodecException
public CodecException()Creates a new instance. -
CodecException
Creates a new instance. -
CodecException
Creates a new instance. -
CodecException
Creates a new instance.
-