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

cloud.agileframework.spring.exception.CreateFileException Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package cloud.agileframework.spring.exception;

/**
 * @author 佟盟
 * 日期 2020/1/7 10:58
 * 描述 TODO
 * @version 1.0
 * @since 1.0
 */
public class CreateFileException extends Exception {
    public CreateFileException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy