Package redis.clients.jedis.exceptions
Class JedisAskDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
redis.clients.jedis.exceptions.JedisException
redis.clients.jedis.exceptions.JedisDataException
redis.clients.jedis.exceptions.JedisRedirectionException
redis.clients.jedis.exceptions.JedisAskDataException
- All Implemented Interfaces:
Serializable
-ASK reply from Redis.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJedisAskDataException(String message, Throwable cause, HostAndPort targetHost, int slot) JedisAskDataException(String message, HostAndPort targetHost, int slot) JedisAskDataException(Throwable cause, HostAndPort targetHost, int slot) -
Method Summary
Methods inherited from class redis.clients.jedis.exceptions.JedisRedirectionException
getSlot, getTargetNodeMethods 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
-
JedisAskDataException
-
JedisAskDataException
-
JedisAskDataException
-