X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.db.server%2Fsrc%2Forg%2Fsimantics%2Fdb%2Fserver%2FServerGuardNotFoundException.java;fp=bundles%2Forg.simantics.db.server%2Fsrc%2Forg%2Fsimantics%2Fdb%2Fserver%2FServerGuardNotFoundException.java;h=5da629163f494689edd6f356eb89e93daf2b7f79;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=2c09251acdd6854e03abdc3a4853ad4ca6095b5e;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.db.server/src/org/simantics/db/server/ServerGuardNotFoundException.java b/bundles/org.simantics.db.server/src/org/simantics/db/server/ServerGuardNotFoundException.java index 2c09251ac..5da629163 100644 --- a/bundles/org.simantics.db.server/src/org/simantics/db/server/ServerGuardNotFoundException.java +++ b/bundles/org.simantics.db.server/src/org/simantics/db/server/ServerGuardNotFoundException.java @@ -1,21 +1,21 @@ -/******************************************************************************* - * Copyright (c) 2014 Association for Decentralized Information Management - * in Industry THTH ry. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * VTT Technical Research Centre of Finland - initial API and implementation - *******************************************************************************/ -package org.simantics.db.server; - -import java.io.File; - -public final class ServerGuardNotFoundException extends ProCoreException { - private static final long serialVersionUID = -7132278900684463512L; - public ServerGuardNotFoundException(File dbLocation, String message) { - super(dbLocation, message, null); - } -} +/******************************************************************************* + * Copyright (c) 2014 Association for Decentralized Information Management + * in Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ +package org.simantics.db.server; + +import java.io.File; + +public final class ServerGuardNotFoundException extends ProCoreException { + private static final long serialVersionUID = -7132278900684463512L; + public ServerGuardNotFoundException(File dbLocation, String message) { + super(dbLocation, message, null); + } +}