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

win.hupubao.common.exception.JedisConfigException Maven / Gradle / Ivy

package win.hupubao.common.exception;

/**
 * @author Moses
 * @date 2017-09-02
 */
public class JedisConfigException extends RuntimeException {
    public JedisConfigException() {
    }

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy