/* * 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; }