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

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