Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add the files generated by javasphinx in the git
[simgrid.git] / docs / source / java / org / simgrid / msg / TransferFailureException.rst
diff --git a/docs/source/java/org/simgrid/msg/TransferFailureException.rst b/docs/source/java/org/simgrid/msg/TransferFailureException.rst
new file mode 100644 (file)
index 0000000..b880f38
--- /dev/null
@@ -0,0 +1,30 @@
+class org.simgrid.msg.TransferFailureException
+==============================================
+
+.. java:package:: org.simgrid.msg
+   :noindex:
+
+.. java:type:: public class TransferFailureException extends MsgException
+
+   Exception raised if sending a task fails
+
+Constructors
+------------
+TransferFailureException
+^^^^^^^^^^^^^^^^^^^^^^^^
+
+.. java:constructor:: public TransferFailureException()
+   :outertype: TransferFailureException
+
+   Constructs an \ ``TransferFailureException``\  without a detail message.
+
+TransferFailureException
+^^^^^^^^^^^^^^^^^^^^^^^^
+
+.. java:constructor:: public TransferFailureException(String s)
+   :outertype: TransferFailureException
+
+   Constructs an \ ``TransferFailureException``\  with a detail message.
+
+   :param s: the detail message.
+