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

com.anwen.mongo.domain.InitMongoPlusException Maven / Gradle / Ivy

There is a newer version: 2.1.5
Show newest version
package com.anwen.mongo.domain;

/**
 * 初始化MongoPlus异常
 *
 * @author JiaChaoYang
 **/
public class InitMongoPlusException extends MongoPlusException {

    public InitMongoPlusException(String message){
        super(message);
        this.message = message;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy