Class CodecEmbedderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jboss.netty.handler.codec.embedder.CodecEmbedderException
-
- All Implemented Interfaces:
java.io.Serializable
public class CodecEmbedderException extends java.lang.RuntimeException
ARuntimeException
which is thrown when aCodecEmbedder
failed to encode or decode the specified input.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description CodecEmbedderException()
Creates a new instance.CodecEmbedderException(java.lang.String message)
Creates a new instance.CodecEmbedderException(java.lang.String message, java.lang.Throwable cause)
Creates a new instance.CodecEmbedderException(java.lang.Throwable cause)
Creates a new instance.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CodecEmbedderException
public CodecEmbedderException()
Creates a new instance.
-
CodecEmbedderException
public CodecEmbedderException(java.lang.String message, java.lang.Throwable cause)
Creates a new instance.
-
CodecEmbedderException
public CodecEmbedderException(java.lang.String message)
Creates a new instance.
-
CodecEmbedderException
public CodecEmbedderException(java.lang.Throwable cause)
Creates a new instance.
-
-