org.bndtools.templating.jgit.GitHubValidationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.bndtools.templating.gitrepo Show documentation
Show all versions of org.bndtools.templating.gitrepo Show documentation
org.bndtools.templating.gitrepo
package org.bndtools.templating.jgit;
public class GitHubValidationException extends Exception {
private static final long serialVersionUID = 1L;
public GitHubValidationException(String message) {
super(message);
}
public GitHubValidationException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy