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

io.quarkus.redis.datasource.keys.RedisKeyNotFoundException Maven / Gradle / Ivy

There is a newer version: 3.17.5
Show newest version
package io.quarkus.redis.datasource.keys;

public class RedisKeyNotFoundException extends RuntimeException {

    public RedisKeyNotFoundException(String key) {
        super("The key `" + key + "` does not exist");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy