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, toString
Copyright © 2008–2017 The Netty Project. All rights reserved.