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

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

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

/**
 * 加密异常类
 *
 * @author anwen
 * @date 2024/6/29 下午1:10
 */
public class MongoPlusEncryptException extends MongoPlusException {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy