X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.ui%2Fsrc%2Forg%2Fsimantics%2Fui%2Finternal%2FLoginCancelledException.java;h=360f2f8c9178c27571ae47ebb6e8cf56f3b4df5d;hb=refs%2Fchanges%2F38%2F238%2F2;hp=4c43fd37bf2ccfd38b129259e2a099ddc00e2fda;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.ui/src/org/simantics/ui/internal/LoginCancelledException.java b/bundles/org.simantics.ui/src/org/simantics/ui/internal/LoginCancelledException.java index 4c43fd37b..360f2f8c9 100644 --- a/bundles/org.simantics.ui/src/org/simantics/ui/internal/LoginCancelledException.java +++ b/bundles/org.simantics.ui/src/org/simantics/ui/internal/LoginCancelledException.java @@ -1,36 +1,36 @@ -/******************************************************************************* - * 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.ui.internal; - -import java.io.IOException; - -public class LoginCancelledException extends IOException { - - private static final long serialVersionUID = -1945404874720974347L; - - public LoginCancelledException() { - super(); - } - - public LoginCancelledException(String message, Throwable cause) { - super(message, cause); - } - - public LoginCancelledException(String message) { - super(message); - } - - public LoginCancelledException(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.ui.internal; + +import java.io.IOException; + +public class LoginCancelledException extends IOException { + + private static final long serialVersionUID = -1945404874720974347L; + + public LoginCancelledException() { + super(); + } + + public LoginCancelledException(String message, Throwable cause) { + super(message, cause); + } + + public LoginCancelledException(String message) { + super(message); + } + + public LoginCancelledException(Throwable cause) { + super(cause); + } + +}