X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.diagram%2Fsrc%2Forg%2Fsimantics%2Fdiagram%2Fsynchronization%2FSynchronizationException.java;h=92ddd8c403b1dbb86cc90ead6d882d3f56bd8681;hb=cb337ac8c87b7bdad11ffb8584f76610c51d3a75;hp=540679d078074c4e576247c3a703e654d119489b;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.diagram/src/org/simantics/diagram/synchronization/SynchronizationException.java b/bundles/org.simantics.diagram/src/org/simantics/diagram/synchronization/SynchronizationException.java index 540679d07..92ddd8c40 100644 --- a/bundles/org.simantics.diagram/src/org/simantics/diagram/synchronization/SynchronizationException.java +++ b/bundles/org.simantics.diagram/src/org/simantics/diagram/synchronization/SynchronizationException.java @@ -1,37 +1,37 @@ -/******************************************************************************* - * Copyright (c) 2007, 2010 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.diagram.synchronization; - -/** - * @author Tuukka Lehtonen - */ -public class SynchronizationException extends RuntimeException { - - private static final long serialVersionUID = 6583593042326098603L; - - public SynchronizationException() { - super(); - } - - public SynchronizationException(String message, Throwable cause) { - super(message, cause); - } - - public SynchronizationException(String message) { - super(message); - } - - public SynchronizationException(Throwable cause) { - super(cause); - } - -} +/******************************************************************************* + * Copyright (c) 2007, 2010 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.diagram.synchronization; + +/** + * @author Tuukka Lehtonen + */ +public class SynchronizationException extends RuntimeException { + + private static final long serialVersionUID = 6583593042326098603L; + + public SynchronizationException() { + super(); + } + + public SynchronizationException(String message, Throwable cause) { + super(message, cause); + } + + public SynchronizationException(String message) { + super(message); + } + + public SynchronizationException(Throwable cause) { + super(cause); + } + +}