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

com.zhuang.fileupload.exception.LoadConfigException Maven / Gradle / Ivy

The newest version!
package com.zhuang.fileupload.exception;

public class LoadConfigException extends RuntimeException {

	public LoadConfigException() {
		super();
	}

	public LoadConfigException(String s) {
		super(s);
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy