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:
Serializable
- Direct Known Subclasses:
InvalidURIException,JedisClusterOperationException,JedisConnectionException,JedisDataException
Umbrella exception class for all exceptions in Jedis library.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJedisException(String message) JedisException(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
-
JedisException
-
JedisException
-
JedisException
-