Package cn.com.anysdk.redis.exception
Class RedisEnvironmentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.com.anysdk.redis.exception.RedisException
cn.com.anysdk.redis.exception.RedisEnvironmentException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RedisEnvironmentException.ConfigMissingException,RedisEnvironmentException.SwitchException,RedisEnvironmentException.UndefinedEnvironmentException
Redis环境异常
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class配置缺失异常static class环境切换异常static class环境未定义异常 -
Constructor Summary
ConstructorsConstructorDescriptionRedisEnvironmentException(String message) RedisEnvironmentException(String message, String errorCode) RedisEnvironmentException(String message, Throwable cause) RedisEnvironmentException(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
-
RedisEnvironmentException
-
RedisEnvironmentException
-
RedisEnvironmentException
-
RedisEnvironmentException
-