X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.message%2Fsrc%2Forg%2Fsimantics%2Fmessage%2FMessageException.java;h=f15074690af9a31a4c6471cb77632a29c8ec6563;hb=1dfeb7d5c49b1391cd9d877e1eddab18995cb151;hp=74fe822fa92b8e78dd41d0fe59de797d790e1d9a;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.message/src/org/simantics/message/MessageException.java b/bundles/org.simantics.message/src/org/simantics/message/MessageException.java index 74fe822fa..f15074690 100644 --- a/bundles/org.simantics.message/src/org/simantics/message/MessageException.java +++ b/bundles/org.simantics.message/src/org/simantics/message/MessageException.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.message; - -/** - * @author Tuukka Lehtonen - */ -public class MessageException extends Exception { - - private static final long serialVersionUID = 3869486621168420151L; - - public MessageException() { - super(); - } - - public MessageException(String message) { - super(message); - } - - public MessageException(Throwable cause) { - super(cause); - } - - public MessageException(String message, Throwable cause) { - super(message, 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.message; + +/** + * @author Tuukka Lehtonen + */ +public class MessageException extends Exception { + + private static final long serialVersionUID = 3869486621168420151L; + + public MessageException() { + super(); + } + + public MessageException(String message) { + super(message); + } + + public MessageException(Throwable cause) { + super(cause); + } + + public MessageException(String message, Throwable cause) { + super(message, cause); + } + } \ No newline at end of file