X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2a1f1d17620dc6fff28292e37791e40d77eba401..964fa7d1a4b0fb183a02d8b0020d74b1255312e0:/src/java/simgrid/msg/MsgException.java diff --git a/src/java/simgrid/msg/MsgException.java b/src/java/simgrid/msg/MsgException.java index be379800c6..5549481e6f 100644 --- a/src/java/simgrid/msg/MsgException.java +++ b/src/java/simgrid/msg/MsgException.java @@ -8,29 +8,27 @@ * it and/or modify it under the terms of the license *(GNU LGPL) which comes with this package. */ - + package simgrid.msg; import java.lang.Exception; public class MsgException extends Exception { - - private static final long serialVersionUID = 1L; + + private static final long serialVersionUID = 1L; /** * Constructs an MsgException without a * detail message. */ - public MsgException() { - super(); - } - + public MsgException() { + super(); + } /** * Constructs an MsgException with a detail message. * * @param s the detail message. - */ - public MsgException(String s) { - super(s); - } -} \ No newline at end of file + */ public MsgException(String s) { + super(s); + } +}