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

eu.hgross.blaubot.admin.InvalidClassifierException Maven / Gradle / Ivy

Go to download

An easy to use publish/subscribe middleware to create and communicate through dynamically created adhoc networks.

There is a newer version: 2.0.0-beta.2
Show newest version
package eu.hgross.blaubot.admin;

/**
 * 
 * @author Henning Gross 
 *
 */
public class InvalidClassifierException extends RuntimeException {
	private static final long serialVersionUID = 3766063055116274919L;

	public InvalidClassifierException(String msg) {
		super(msg);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy