X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e37c1e4bba9bb89cd2842f08cde998eb7f941d04..d535c50c617ba838b99de4bd251a6ac076774d00:/src/bindings/java/org/simgrid/msg/TransferFailureException.java diff --git a/src/bindings/java/org/simgrid/msg/TransferFailureException.java b/src/bindings/java/org/simgrid/msg/TransferFailureException.java index 419bf14c0b..a1a9c30bad 100644 --- a/src/bindings/java/org/simgrid/msg/TransferFailureException.java +++ b/src/bindings/java/org/simgrid/msg/TransferFailureException.java @@ -1,28 +1,20 @@ -/* - * This exception is raised when looking for a non-existing host. - * - * Copyright 2006-2012 The SimGrid Team - * All right reserved. - * - * This program is free software; you can redistribute - * it and/or modify it under the terms of the license - * (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2018. The SimGrid Team. All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ package org.simgrid.msg; -/** - * This exception is raised if transfer failed while sending tasks. - */ +/** Exception raised if sending a task fails */ public class TransferFailureException extends MsgException { private static final long serialVersionUID = 1L; - /** Constructs an TransferFailureException without a detail message. */ + /** Constructs an TransferFailureException without a detail message. */ public TransferFailureException() { super(); } /** - * Constructs an TransferFailureException with a detail message. + * Constructs an TransferFailureException with a detail message. * * @param s the detail message. */