Package cn.com.anysdk.redis.exception
Class AliyunRedisException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.com.anysdk.redis.exception.RedisException
cn.com.anysdk.redis.exception.AliyunRedisException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AliyunRedisException.InstanceNotFoundException,AliyunRedisException.PermissionDeniedException,AliyunRedisException.QuotaLimitException,AliyunRedisException.VpcNetworkException
阿里云Redis异常
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class实例不存在异常static class权限不足异常static class配额限制异常static classVPC网络异常 -
Constructor Summary
ConstructorsConstructorDescriptionAliyunRedisException(String message) AliyunRedisException(String message, String errorCode) AliyunRedisException(String message, Throwable cause) AliyunRedisException(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
-
AliyunRedisException
-
AliyunRedisException
-
AliyunRedisException
-
AliyunRedisException
-