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

uk.co.mruoc.properties.PropertiesNotFoundException Maven / Gradle / Ivy

There is a newer version: 3.0.2
Show newest version
package uk.co.mruoc.properties;

class PropertiesNotFoundException extends RuntimeException {

    private static final long serialVersionUID = -9085992062876379337L;

    PropertiesNotFoundException(String message, Throwable cause) {
        super(message, cause);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy