- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- io.netty5.handler.codec.CodecException
 - 
- io.netty5.handler.codec.DecoderException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 CorruptedFrameException,DecompressionException,TooLongFrameException
public class DecoderException extends CodecException
AnCodecExceptionwhich is thrown by a decoder.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description DecoderException()Creates a new instance.DecoderException(String message)Creates a new instance.DecoderException(String message, Throwable cause)Creates a new instance.DecoderException(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 
 - 
 
 -