com.jeesuite.filesystem.sdk.fdfs.FastdfsDataOverflowException Maven / Gradle / Ivy
/**
*
*/
package com.jeesuite.filesystem.sdk.fdfs;
/**
* @author siuming
*/
public class FastdfsDataOverflowException extends FastdfsException {
private static final long serialVersionUID = -3517480052882048862L;
FastdfsDataOverflowException(String message) {
super(message);
}
}