Package cn.com.anysdk.redis.exception
Class RedisException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.com.anysdk.redis.exception.RedisException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AliyunRedisException,RedisCommandException,RedisConnectionException,RedisEnvironmentException
Redis异常基类
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRedisException(String message) RedisException(String message, String errorCode) RedisException(String message, Throwable cause) RedisException(String message, Throwable cause, String errorCode) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RedisException
-
RedisException
-
RedisException
-
RedisException
-
-
Method Details
-
getErrorCode
获取错误码- Returns:
- 错误码
-