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

redis.embedded.exceptions.RedisBuildingException Maven / Gradle / Ivy

There is a newer version: 0.11.0
Show newest version
package redis.embedded.exceptions;

/**
 * Created by piotrturek on 26/01/15.
 */
public class RedisBuildingException extends RuntimeException {
    public RedisBuildingException(String message, Throwable cause) {
        super(message, cause);
    }

    public RedisBuildingException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy