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

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

There is a newer version: 1.1.2
Show newest version
package com.zhuang.data.exception;

public class LoadConfigException extends RuntimeException {

	private static final long serialVersionUID = -7832976381186001950L;

	public LoadConfigException() {
		super();
	}

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

	public LoadConfigException(String s,Throwable cause) {
		super(s,cause);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy