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