public class EncoderException extends CodecException
CodecException which is thrown by an encoder.| Constructor and Description |
|---|
EncoderException ()
Creates a new instance.
|
EncoderException (java.lang.String message)
Creates a new instance.
|
EncoderException (java.lang.String message,
java.lang.Throwable cause)
Creates a new instance.
|
EncoderException (java.lang.Throwable cause)
Creates a new instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic EncoderException()
public EncoderException(java.lang.String message, java.lang.Throwable cause)
public EncoderException(java.lang.String message)
public EncoderException(java.lang.Throwable cause)
Copyright © 2008–2018 The Netty Project. All rights reserved.