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

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

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy