Class RedisCodecException

All Implemented Interfaces:
Serializable

@UnstableApi public final class RedisCodecException extends CodecException
An Exception which is thrown by RedisEncoder or RedisDecoder.
See Also:
  • Field Details

  • Constructor Details

    • RedisCodecException

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

      public RedisCodecException(Throwable cause)
      Creates a new instance.