comments added

pull/614/head
Nikita 9 years ago
parent e4909f16d2
commit 90426847ec

@ -15,6 +15,11 @@
*/
package org.redisson.client;
/**
*
* @author Nikita Koksharov
*
*/
public class RedisAskException extends RedisRedirectException {
private static final long serialVersionUID = -6969734163155547631L;

@ -15,6 +15,11 @@
*/
package org.redisson.client;
/**
*
* @author Nikita Koksharov
*
*/
public class RedisConnectionException extends RedisException {
private static final long serialVersionUID = -4756928186967834601L;

@ -15,6 +15,11 @@
*/
package org.redisson.client;
/**
*
* @author Nikita Koksharov
*
*/
public class RedisLoadingException extends RedisException {
private static final long serialVersionUID = -2565335188503354660L;

@ -15,6 +15,11 @@
*/
package org.redisson.client;
/**
*
* @author Nikita Koksharov
*
*/
public class RedisMovedException extends RedisRedirectException {
private static final long serialVersionUID = -6969734163155547631L;

@ -15,6 +15,11 @@
*/
package org.redisson.client;
/**
*
* @author Nikita Koksharov
*
*/
public class RedisNodeNotFoundException extends RedisException {
private static final long serialVersionUID = -4756928186967834601L;

@ -16,7 +16,7 @@
package org.redisson.client;
/**
* This error occurs in case then Redis server free memory has been exhausted.
* This error occurs in case when Redis server free memory has been exhausted.
*
* @author Nikita Koksharov
*

@ -18,6 +18,11 @@ package org.redisson.client;
import java.net.InetSocketAddress;
import java.net.URI;
/**
*
* @author Nikita Koksharov
*
*/
public class RedisRedirectException extends RedisException {
private static final long serialVersionUID = 181505625075250011L;

@ -15,6 +15,11 @@
*/
package org.redisson.client;
/**
*
* @author Nikita Koksharov
*
*/
public class RedisTimeoutException extends RedisException {
private static final long serialVersionUID = -8418769175260962404L;

@ -15,6 +15,11 @@
*/
package org.redisson.client;
/**
*
* @author Nikita Koksharov
*
*/
public class WriteRedisConnectionException extends RedisException {
private static final long serialVersionUID = -4756928186967834601L;

Loading…
Cancel
Save