Package cn.com.anysdk.redis.exception
Class RedisConnectionException.AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.com.anysdk.redis.exception.RedisException
cn.com.anysdk.redis.exception.RedisConnectionException
cn.com.anysdk.redis.exception.RedisConnectionException.AuthenticationException
- All Implemented Interfaces:
Serializable
- Enclosing class:
RedisConnectionException
public static class RedisConnectionException.AuthenticationException
extends RedisConnectionException
认证失败异常
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class cn.com.anysdk.redis.exception.RedisConnectionException
RedisConnectionException.AuthenticationException, RedisConnectionException.NetworkException, RedisConnectionException.TimeoutException -
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationException(String message) AuthenticationException(String message, Throwable cause) -
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
-
AuthenticationException
-
AuthenticationException
-