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:
java.io.Serializable
- Direct Known Subclasses:
CompressionException
public class EncoderException extends CodecException
AnCodecException
which is thrown by an encoder.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EncoderException()
Creates a new instance.EncoderException(java.lang.String message)
Creates a new instance.EncoderException(java.lang.String message, java.lang.Throwable cause)
Creates a new instance.EncoderException(java.lang.Throwable cause)
Creates a new instance.
-
-
-
Constructor Detail
-
EncoderException
public EncoderException()
Creates a new instance.
-
EncoderException
public EncoderException(java.lang.String message, java.lang.Throwable cause)
Creates a new instance.
-
EncoderException
public EncoderException(java.lang.String message)
Creates a new instance.
-
EncoderException
public EncoderException(java.lang.Throwable cause)
Creates a new instance.
-
-