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

com.jeesuite.filesystem.sdk.fdfs.FastdfsTimeoutException Maven / Gradle / Ivy

There is a newer version: 1.3.6
Show newest version
/**
 *
 */
package com.jeesuite.filesystem.sdk.fdfs;

/**
 * Fastdfs 超时异常
 *
 * @author liulongbiao
 */
public class FastdfsTimeoutException extends FastdfsException {

    /**
     *
     */
    private static final long serialVersionUID = -5384713284430243210L;

    FastdfsTimeoutException(String message) {
        super(message);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy