Uses of Class
redis.clients.jedis.exceptions.JedisException
Packages that use JedisException
Package
Description
This package contains the interfaces that contain methods representing Redis core commands.
This package contains the Exception classes.
-
Uses of JedisException in redis.clients.jedis
Methods in redis.clients.jedis that throw JedisExceptionModifier and TypeMethodDescriptionvoidJedis.shutdown()Synchronously save the DB on disk, then shutdown the server.voidDeprecated.voidJedis.shutdown(ShutdownParams shutdownParams) -
Uses of JedisException in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands that throw JedisExceptionModifier and TypeMethodDescriptionvoidServerCommands.shutdown()Stop all the client.voidDeprecated.voidServerCommands.shutdown(ShutdownParams shutdownParams) -
Uses of JedisException in redis.clients.jedis.exceptions
Subclasses of JedisException in redis.clients.jedis.exceptionsModifier and TypeClassDescriptionclassDeprecated.This will be removed in next major release.classclassAn 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.classError while processing cluster operations.classA connection error.classAny error reply from Redis.class-MOVEDreply from Redis.class-NOSCRIPTreply from Redis.classUmbrella exception class representing all redirection replies from Redis.
Jedis.shutdown(redis.clients.jedis.params.ShutdownParams).