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:
Serializable
A connection error.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJedisConnectionException(String message) JedisConnectionException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
JedisConnectionException
-
JedisConnectionException
-
JedisConnectionException
-