![JAR search and dependency download from the Maven repository](/logo.png)
com.github.javaclub.configcenter.client.ConfigException Maven / Gradle / Ivy
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