All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.redislabs.redisai.RedisAIException Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package com.redislabs.redisai;

public class RedisAIException extends RuntimeException{
  
  public RedisAIException(Exception cause) {
    super(cause);
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy