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