![JAR search and dependency download from the Maven repository](/logo.png)
io.github.oliviercailloux.grade.AggregatorException Maven / Gradle / Ivy
The newest version!
package io.github.oliviercailloux.grade;
@SuppressWarnings("serial")
public class AggregatorException extends RuntimeException {
public AggregatorException(String message, Throwable cause) {
super(message, cause);
}
public AggregatorException(String message) {
super(message);
}
public AggregatorException(Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy