![JAR search and dependency download from the Maven repository](/logo.png)
com.github.ltsopensource.core.exception.ConfigPropertiesIllegalException Maven / Gradle / Ivy
package com.github.ltsopensource.core.exception;
/**
* @author Robert HG ([email protected]) on 4/21/16.
*/
public class ConfigPropertiesIllegalException extends RuntimeException {
public ConfigPropertiesIllegalException() {
super();
}
public ConfigPropertiesIllegalException(String message) {
super(message);
}
public ConfigPropertiesIllegalException(String message, Throwable cause) {
super(message, cause);
}
public ConfigPropertiesIllegalException(Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy