net.leanix.gsit.UnknownEventGroupException Maven / Gradle / Ivy
package net.leanix.gsit;
public class UnknownEventGroupException extends Throwable {
public UnknownEventGroupException(EventType eventType) {
super("Unknown event group for event of type '" + eventType + "'");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy