Package cn.com.anysdk.redis.exception
Class RedisConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.com.anysdk.redis.exception.RedisException
cn.com.anysdk.redis.exception.RedisConnectionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RedisConnectionException.AuthenticationException,RedisConnectionException.NetworkException,RedisConnectionException.TimeoutException
Redis连接异常
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class认证失败异常static class网络异常static class连接超时异常 -
Constructor Summary
ConstructorsConstructorDescriptionRedisConnectionException(String message) RedisConnectionException(String message, String errorCode) RedisConnectionException(String message, Throwable cause) RedisConnectionException(String message, Throwable cause, String errorCode) -
Method Summary
Methods inherited from class cn.com.anysdk.redis.exception.RedisException
getErrorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RedisConnectionException
-
RedisConnectionException
-
RedisConnectionException
-
RedisConnectionException
-