- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.netty5.handler.codec.CodecException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DecoderException
,EncoderException
,PrematureChannelClosureException
,UnsupportedMessageTypeException
public class CodecException extends RuntimeException
AnException
which is thrown by a codec.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CodecException()
Creates 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
-
-