redis.clients.jedis.exceptions
Class JedisAskDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by redis.clients.jedis.exceptions.JedisException
                  extended by redis.clients.jedis.exceptions.JedisDataException
                      extended by redis.clients.jedis.exceptions.JedisRedirectionException
                          extended by redis.clients.jedis.exceptions.JedisAskDataException
All Implemented Interfaces:
Serializable

public class JedisAskDataException
extends JedisRedirectionException

See Also:
Serialized Form

Constructor Summary
JedisAskDataException(String message, HostAndPort targetHost, int slot)
           
JedisAskDataException(String message, Throwable cause, HostAndPort targetHost, int slot)
           
JedisAskDataException(Throwable cause, HostAndPort targetHost, int slot)
           
 
Method Summary
 
Methods inherited from class redis.clients.jedis.exceptions.JedisRedirectionException
getSlot, getTargetNode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.