public class DecoderException extends CodecException
CodecException which is thrown by a decoder.| Constructor and 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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString Copyright © 2008–2025 The Netty Project. All rights reserved.