com.wavefront.data.EmptyHistogramException Maven / Gradle / Ivy
package com.wavefront.data;
/**
* Empty histograms can be handled as a special case and not count against "blocked", if desired.
*
* @author [email protected]
*/
public class EmptyHistogramException extends DataValidationException {
public EmptyHistogramException(String message) {
super(message);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy