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

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

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

/**
 * MongoPlus字段相关异常
 * @author JiaChaoYang
 * @date 2024/5/2 上午1:30
 */
public class MongoPlusFieldException extends MongoPlusException {

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

    public MongoPlusFieldException(String message,Throwable cause) {
        super(message,cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy