Uses of Class
redis.clients.jedis.exceptions.JedisDataException
Packages that use JedisDataException
Package
Description
This package contains the Exception classes.
-
Uses of JedisDataException in redis.clients.jedis
Fields in redis.clients.jedis declared as JedisDataException -
Uses of JedisDataException in redis.clients.jedis.exceptions
Subclasses of JedisDataException in redis.clients.jedis.exceptionsModifier and TypeClassDescriptionclassDeprecated.This will be removed in next major release.classAn access control error reply from Redis; i.e.class-ASKreply from Redis.classNote: This exception extendsJedisDataExceptionjust so existing applications catching JedisDataException do not get broken.class-BUSYreply from Redis.classAny-CLUSTER...reply from Redis.class-MOVEDreply from Redis.class-NOSCRIPTreply from Redis.classUmbrella exception class representing all redirection replies from Redis.