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

redis.RedisException Maven / Gradle / Ivy

There is a newer version: 4.13.1
Show newest version
package redis;

public class RedisException extends Exception{
    public RedisException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy