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

io.firebus.exceptions.ConnectionException Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
package io.firebus.exceptions;

public class ConnectionException extends Exception
{
	private static final long serialVersionUID = 1L;

	public ConnectionException(String m)
	{
		super(m);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy