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

cz.jalasoft.lifeconfig.PropertyRetrievalException Maven / Gradle / Ivy

package cz.jalasoft.lifeconfig;

/**
 * @author Honza Lastovicka ([email protected])
 * @since 2016-10-07.
 */
public final class PropertyRetrievalException extends RuntimeException {

    public PropertyRetrievalException(Exception cause) {
        super(cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy