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
public class JedisAskDataException
- extends JedisRedirectionException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JedisAskDataException
public JedisAskDataException(Throwable cause,
HostAndPort targetHost,
int slot)
JedisAskDataException
public JedisAskDataException(String message,
Throwable cause,
HostAndPort targetHost,
int slot)
JedisAskDataException
public JedisAskDataException(String message,
HostAndPort targetHost,
int slot)
Copyright © 2014. All rights reserved.