public class DecoderException extends CodecException
Exception which is thrown by an encoder.| 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-2012 The Netty Project. All Rights Reserved.