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

com.fnklabs.metrics.CanNotFindOrCreateMetricsBinder Maven / Gradle / Ivy

package com.fnklabs.metrics;

public class CanNotFindOrCreateMetricsBinder extends RuntimeException {
    public CanNotFindOrCreateMetricsBinder(ReflectiveOperationException e) {
        super(e);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy