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

com.jeesuite.filesystem.sdk.fdfs.FastdfsException 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 FastdfsException extends RuntimeException {

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

    public FastdfsException() {
    }

    public FastdfsException(String message, Throwable cause) {
        super(message, cause);
    }

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

    public FastdfsException(Throwable cause) {
        super(cause);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy