Package io.netty.handler.codec.redis
Class RedisCodecException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.netty.handler.codec.CodecException
-
- io.netty.handler.codec.redis.RedisCodecException
-
- All Implemented Interfaces:
java.io.Serializable
@UnstableApi public final class RedisCodecException extends CodecException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RedisCodecException(java.lang.String message)
Creates a new instance.RedisCodecException(java.lang.Throwable cause)
Creates a new instance.
-