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

com.github.javaclub.configcenter.client.ConfigException Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package com.github.javaclub.configcenter.client;

public class ConfigException  extends RuntimeException{

	/**
	 * 
	 */
	private static final long serialVersionUID = 7502537051058500053L;

	public ConfigException() {
		super();
		// TODO Auto-generated constructor stub
	}

	public ConfigException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) {
		super(message, cause, enableSuppression, writableStackTrace);
		// TODO Auto-generated constructor stub
	}

	public ConfigException(String message, Throwable cause) {
		super(message, cause);
		// TODO Auto-generated constructor stub
	}

	public ConfigException(String message) {
		super(message);
		// TODO Auto-generated constructor stub
	}

	public ConfigException(Throwable cause) {
		super(cause);
		// TODO Auto-generated constructor stub
	}

	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy