Package cn.com.anysdk.redis.exception
Class RedisCommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.com.anysdk.redis.exception.RedisException
cn.com.anysdk.redis.exception.RedisCommandException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RedisCommandException.ExecutionException,RedisCommandException.SyntaxException,RedisCommandException.TypeException
Redis命令异常
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class执行错误异常static class语法错误异常static class类型错误异常 -
Constructor Summary
ConstructorsConstructorDescriptionRedisCommandException(String message) RedisCommandException(String message, String errorCode) RedisCommandException(String message, Throwable cause) RedisCommandException(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
-
RedisCommandException
-
RedisCommandException
-
RedisCommandException
-
RedisCommandException
-