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

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

The newest version!
package com.redislabs.redisai;

public class RedisAIException extends RuntimeException {

  public RedisAIException(Exception cause) {
    super(cause);
  }

  public RedisAIException(String message, Exception cause) {
    super(message, cause);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy