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

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

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

/**
 * @author siuming
 */
public class FastdfsDataOverflowException extends FastdfsException {

    private static final long serialVersionUID = -3517480052882048862L;

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy