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

top.lshaci.framework.file.exception.FileDownloadException Maven / Gradle / Ivy

The newest version!
package top.lshaci.framework.file.exception;

import top.lshaci.framework.file.enums.FileErrorInfo;

/**
 * FileDownloadException
 *
 * @author lshaci
 * @since 1.0.9
 * @version 1.1.0
 */
public class FileDownloadException extends FileOperateException {

    /**
     * 根据异常码和错误信息创建一个文件下载异常
     *
     * @param errorInfo 异常信息
     * @param args      消息参数
     */
    public FileDownloadException(FileErrorInfo errorInfo, Object... args) {
        super(errorInfo, args);
    }


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy