Class CodecEmbedderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.netty.handler.codec.embedder.CodecEmbedderException
All Implemented Interfaces:
Serializable

public class CodecEmbedderException extends RuntimeException
A RuntimeException which is thrown when a CodecEmbedder failed to encode or decode the specified input.
See Also:
  • Field Details

  • Constructor Details

    • CodecEmbedderException

      public CodecEmbedderException()
      Creates a new instance.
    • CodecEmbedderException

      public CodecEmbedderException(String message, Throwable cause)
      Creates a new instance.
    • CodecEmbedderException

      public CodecEmbedderException(String message)
      Creates a new instance.
    • CodecEmbedderException

      public CodecEmbedderException(Throwable cause)
      Creates a new instance.