![JAR search and dependency download from the Maven repository](/logo.png)
redis.RedisException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of redis-wrapper Show documentation
Show all versions of redis-wrapper Show documentation
Implements Redis Pluggable Storage
package redis;
public class RedisException extends Exception{
public RedisException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy