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:
Serializable
@UnstableApi public final class RedisCodecException extends io.netty.handler.codec.CodecException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RedisCodecException(String message)
Creates a new instance.RedisCodecException(Throwable cause)
Creates a new instance.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-