public class EncoderException extends CodecException
CodecException which is thrown by an encoder.| Constructor and Description |
|---|
EncoderException()
Creates a new instance.
|
EncoderException(String message)
Creates a new instance.
|
EncoderException(String message,
Throwable cause)
Creates a new instance.
|
EncoderException(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.