Package redis.clients.jedis.exceptions
Class JedisConnectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- redis.clients.jedis.exceptions.JedisException
-
- redis.clients.jedis.exceptions.JedisConnectionException
-
- All Implemented Interfaces:
java.io.Serializable
public class JedisConnectionException extends JedisException
JedisConnectionException compatibility class for Valkey GLIDE wrapper. Thrown when connection-related errors occur.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JedisConnectionException(java.lang.String message)JedisConnectionException(java.lang.String message, java.lang.Throwable cause)JedisConnectionException(java.lang.Throwable cause)
-