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

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