Package redis.clients.jedis.exceptions
Class JedisException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- redis.clients.jedis.exceptions.JedisException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ClusterConfigurationMapper.JedisClusterConfigurationException,ConfigurationMapper.JedisConfigurationException,JedisConnectionException,JedisDataException,JedisValidationException
public class JedisException extends java.lang.RuntimeExceptionJedisException compatibility class for Valkey GLIDE wrapper. Base exception for all Jedis-related errors.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JedisException(java.lang.String message)JedisException(java.lang.String message, java.lang.Throwable cause)JedisException(java.lang.Throwable cause)
-