public class RedisRedirectException extends RedisException
| Constructor and Description |
|---|
RedisRedirectException(int slot,
String url) |
| Modifier and Type | Method and Description |
|---|---|
InetSocketAddress |
getAddr() |
int |
getSlot() |
URI |
getUrl() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RedisRedirectException(int slot,
String url)
public int getSlot()
public URI getUrl()
public InetSocketAddress getAddr()
Copyright © 2014–2017 The Redisson Project. All rights reserved.