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:
-
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 Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EncoderException
public EncoderException()Creates a new instance. -
EncoderException
-
EncoderException
Creates a new instance. -
EncoderException
Creates a new instance.
-