com.haulmont.yarg.exception.ReportingInterruptedException Maven / Gradle / Ivy
package com.haulmont.yarg.exception;
public class ReportingInterruptedException extends ReportingException {
public ReportingInterruptedException() {
}
public ReportingInterruptedException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy