Package cn.com.anysdk.redis.exception
Class RedisEnvironmentException.UndefinedEnvironmentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.com.anysdk.redis.exception.RedisException
cn.com.anysdk.redis.exception.RedisEnvironmentException
cn.com.anysdk.redis.exception.RedisEnvironmentException.UndefinedEnvironmentException
- All Implemented Interfaces:
Serializable
- Enclosing class:
RedisEnvironmentException
public static class RedisEnvironmentException.UndefinedEnvironmentException
extends RedisEnvironmentException
环境未定义异常
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class cn.com.anysdk.redis.exception.RedisEnvironmentException
RedisEnvironmentException.ConfigMissingException, RedisEnvironmentException.SwitchException, RedisEnvironmentException.UndefinedEnvironmentException -
Constructor Summary
ConstructorsConstructorDescriptionUndefinedEnvironmentException(String message) UndefinedEnvironmentException(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
-
UndefinedEnvironmentException
-
UndefinedEnvironmentException
-