Package org.redisson.client
Class RedisRedirectException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.redisson.client.RedisException
-
- org.redisson.client.RedisRedirectException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RedisAskException
,RedisMovedException
public class RedisRedirectException extends RedisException
- Author:
- Nikita Koksharov
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RedisRedirectException(int slot, RedisURI url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getSlot()
RedisURI
getUrl()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-