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

uk.ac.ceh.components.datastore.git.GitFileNotFoundException Maven / Gradle / Ivy

The newest version!
package uk.ac.ceh.components.datastore.git;

import uk.ac.ceh.components.datastore.DataRepositoryException;

/**
 *
 * @author cjohn
 */
public class GitFileNotFoundException extends DataRepositoryException {

    public GitFileNotFoundException(String mess) {
        super(mess);
    }

    public GitFileNotFoundException(Throwable ex) {
        super(ex);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy