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

org.molgenis.util.HandleRequestDelegationException Maven / Gradle / Ivy

package org.molgenis.util;

public class HandleRequestDelegationException extends Exception
{

	public HandleRequestDelegationException(Exception e)
	{
		super(e);
	}

	private static final long serialVersionUID = 1L;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy