Class RedisCommandException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RedisCommandException.ExecutionException, RedisCommandException.SyntaxException, RedisCommandException.TypeException

public class RedisCommandException extends RedisException
Redis命令异常
See Also:
  • Constructor Details

    • RedisCommandException

      public RedisCommandException(String message)
    • RedisCommandException

      public RedisCommandException(String message, String errorCode)
    • RedisCommandException

      public RedisCommandException(String message, Throwable cause)
    • RedisCommandException

      public RedisCommandException(String message, Throwable cause, String errorCode)