io.pythagoras.common.aggregationqueue.AggregationQueueException Maven / Gradle / Ivy
The newest version!
package io.pythagoras.common.aggregationqueue;
public class AggregationQueueException extends RuntimeException {
public AggregationQueueException(String message) {
super(message);
}
public AggregationQueueException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy