]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.db.server/src/org/simantics/db/server/ServerGuardNotFoundException.java
DB-client fixes
[simantics/platform.git] / bundles / org.simantics.db.server / src / org / simantics / db / server / ServerGuardNotFoundException.java
1 /*******************************************************************************\r
2  * Copyright (c) 2014 Association for Decentralized Information Management\r
3  * in Industry THTH ry.\r
4  * All rights reserved. This program and the accompanying materials\r
5  * are made available under the terms of the Eclipse Public License v1.0\r
6  * which accompanies this distribution, and is available at\r
7  * http://www.eclipse.org/legal/epl-v10.html\r
8  *\r
9  * Contributors:\r
10  *     VTT Technical Research Centre of Finland - initial API and implementation\r
11  *******************************************************************************/\r
12 package org.simantics.db.server;\r
13 \r
14 import java.io.File;\r
15 \r
16 public final class ServerGuardNotFoundException extends ProCoreException {\r
17     private static final long serialVersionUID = -7132278900684463512L;\r
18     public ServerGuardNotFoundException(File dbLocation, String message) {\r
19         super(dbLocation, message, null);\r
20     }\r
21 }\r