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

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

The newest version!
package com.anwen.mongo.domain;

/**
 * 初始化MongoPlus逻辑删除异常
 *
 * @author loser
 * @date 2024/4/30
 */
public class InitMongoLogicException extends MongoPlusException {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy