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

pl.touk.sputnik.connector.gerrit.GerritException Maven / Gradle / Ivy

Go to download

Static code review for your Gerrit and Stash patchsets. Runs Checkstyle, PMD and SpotBugs for you!

There is a newer version: 2.8.0
Show newest version
package pl.touk.sputnik.connector.gerrit;

public class GerritException extends RuntimeException {
    public GerritException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy