Files
SCM-Manager/scm-server-api/src/main/java/sonia/scm/server/ServerAllreadyRunningException.java

20 lines
338 B
Java
Raw Normal View History

/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package sonia.scm.server;
/**
*
* @author Sebastian Sdorra
*/
public class ServerAllreadyRunningException extends ServerException
{
/** Field description */
private static final long serialVersionUID = 3816513762034851638L;
}