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.
|
public 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.