Package io.netty.handler.codec
Class EncoderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.netty.handler.codec.CodecException
io.netty.handler.codec.EncoderException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CompressionException
An
CodecException
which is thrown by an encoder.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance.EncoderException
(String message) Creates a new instance.EncoderException
(String message, Throwable cause) Creates a new instance.EncoderException
(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
-
EncoderException
public EncoderException()Creates a new instance. -
EncoderException
Creates a new instance. -
EncoderException
Creates a new instance. -
EncoderException
Creates a new instance.
-