All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.leanix.gsit.UnknownEventGroupException Maven / Gradle / Ivy

There is a newer version: 0.5.1
Show newest version
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