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

org.molgenis.catalog.UnknownCatalogException Maven / Gradle / Ivy

The newest version!
package org.molgenis.catalog;

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

	public UnknownCatalogException()
	{
		super();
	}

	public UnknownCatalogException(String message, Throwable t)
	{
		super(message, t);
	}

	public UnknownCatalogException(String message)
	{
		super(message);
	}

	public UnknownCatalogException(Throwable t)
	{
		super(t);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy