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

cn.novelweb.tool.upload.fastdfs.exception.FastDfsUnsupportedStorePathException Maven / Gradle / Ivy

package cn.novelweb.tool.upload.fastdfs.exception;

/**
 * 

定义快速Dfs不支持的存储路径异常

*

2020-02-03 16:14

* * @author LiZW **/ public class FastDfsUnsupportedStorePathException extends FastDfsException { public FastDfsUnsupportedStorePathException(String message) { super(message); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy