![JAR search and dependency download from the Maven repository](/logo.png)
io.hyperfoil.api.BenchmarkExecutionException Maven / Gradle / Ivy
package io.hyperfoil.api;
public class BenchmarkExecutionException extends Exception {
public BenchmarkExecutionException(String message) {
super(message);
}
public BenchmarkExecutionException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy