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

com.github.youyinnn.youdbutils.exceptions.NoDataSourceInitException Maven / Gradle / Ivy

package com.github.youyinnn.youdbutils.exceptions;

/**
 * 数据连接池的数据源没有初始化.
 *
 * @author youyinnn
 */
public class NoDataSourceInitException extends Exception {

    public NoDataSourceInitException(String msg) {
        super(msg);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy