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

dev.jfr4jdbc.Jfr4JdbcRuntimeException Maven / Gradle / Ivy

There is a newer version: 2.0.0-M3
Show newest version
package dev.jfr4jdbc;

public class Jfr4JdbcRuntimeException extends RuntimeException {

    public Jfr4JdbcRuntimeException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy