Package redis.clients.jedis.exceptions
package redis.clients.jedis.exceptions
This package contains the Exception classes.
-
Exception ClassesClassDescriptionDeprecated.This will be removed in next major release.An access control error reply from Redis; i.e.
-ASKreply from Redis.Note: This exception extendsJedisDataExceptionjust so existing applications catching JedisDataException do not get broken.-BUSYreply from Redis.Any-CLUSTER...reply from Redis.Error while processing cluster operations.A connection error.Any error reply from Redis.Umbrella exception class for all exceptions in Jedis library.-MOVEDreply from Redis.-NOSCRIPTreply from Redis.Umbrella exception class representing all redirection replies from Redis.