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, toStringCopyright © 2008–2019 The Netty Project. All rights reserved.