mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-25 16:59:10 +01:00
20 lines
338 B
Java
20 lines
338 B
Java
|
|
/*
|
||
|
|
* 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;
|
||
|
|
}
|