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

com.luhuiguo.fastdfs.exception.FdfsUnsupportStorePathException Maven / Gradle / Ivy

The newest version!
package com.luhuiguo.fastdfs.exception;

/**
 * 从Url解析StorePath文件路径对象错误
 * 
 * @author wuyf
 *
 */
public class FdfsUnsupportStorePathException extends FdfsException {

    /**
     * serialVersionUID
     */
    private static final long serialVersionUID = 8116336411011152869L;

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy