Package cn.com.anysdk.redis.exception
Class RedisCommandException.SyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.com.anysdk.redis.exception.RedisException
cn.com.anysdk.redis.exception.RedisCommandException
cn.com.anysdk.redis.exception.RedisCommandException.SyntaxException
- All Implemented Interfaces:
Serializable
- Enclosing class:
RedisCommandException
语法错误异常
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class cn.com.anysdk.redis.exception.RedisCommandException
RedisCommandException.ExecutionException, RedisCommandException.SyntaxException, RedisCommandException.TypeException -
Constructor Summary
ConstructorsConstructorDescriptionSyntaxException(String message) SyntaxException(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
-
SyntaxException
-
SyntaxException
-