de.unirostock.sems.bives.exception.BivesConnectionException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of BiVeS-Core Show documentation
Show all versions of BiVeS-Core Show documentation
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