- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.netty5.handler.codec.CodecException
-
- io.netty5.handler.codec.EncoderException
-
- All Implemented Interfaces:
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(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
-
-