Class CodecException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DecoderException, EncoderException, PrematureChannelClosureException, RedisCodecException, UnsupportedMessageTypeException

public class CodecException extends RuntimeException
An Exception which is thrown by a codec.
See Also:
  • Field Details

  • Constructor Details

    • CodecException

      public CodecException()
      Creates a new instance.
    • CodecException

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

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

      public CodecException(Throwable cause)
      Creates a new instance.