com.netgrif.application.engine.importer.service.throwable.BeatingAttributesException Maven / Gradle / Ivy
package com.netgrif.application.engine.importer.service.throwable;
public class BeatingAttributesException extends RuntimeException {
public BeatingAttributesException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy