
top.lshaci.framework.file.exception.FileUploadException Maven / Gradle / Ivy
The newest version!
package top.lshaci.framework.file.exception;
import top.lshaci.framework.file.enums.FileErrorInfo;
/**
* FileUploadException
*
* @author lshaci
* @since 1.0.9
*/
public class FileUploadException extends FileOperateException {
/**
* 根据异常码和错误信息创建一个文件上传异常
*
* @param errorInfo 异常信息
* @param args 消息参数
*/
public FileUploadException(FileErrorInfo errorInfo, Object... args) {
super(errorInfo, args);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy