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

me.wuwenbin.modules.mongodb.support.exception.DataSourceKeyNotExistException Maven / Gradle / Ivy

There is a newer version: 1.11.0.RELEASE
Show newest version
package me.wuwenbin.modules.mongodb.support.exception;

/**
 * Created by wuwenbin on 2017/4/22.
 */
public class DataSourceKeyNotExistException extends RuntimeException {

    public DataSourceKeyNotExistException() {
        super("传入的key不在数据源map中");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy