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

de.unirostock.sems.bives.exception.BivesConnectionException Maven / Gradle / Ivy

Go to download

BiVeS - BioModel Version Control System This package provides core functionality

The newest version!
/**
 * 
 */
package de.unirostock.sems.bives.exception;

/**
 * The Class BivesConnectionException signaling node-connection problems.
 * 
 * @author Martin Scharm
 */
public class BivesConnectionException
	extends BivesException
{
	
	/** The Constant serialVersionUID. */
	private static final long	serialVersionUID	= -3026781977946111686L;
	
	
	/**
	 * Instantiates a new bives connection exception.
	 * 
	 * @param msg
	 *          the message
	 */
	public BivesConnectionException (String msg)
	{
		super (msg);
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy