Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "Add the files generated by javasphinx in the git"
[simgrid.git] / docs / source / java / org / simgrid / msg / HostFailureException.rst
diff --git a/docs/source/java/org/simgrid/msg/HostFailureException.rst b/docs/source/java/org/simgrid/msg/HostFailureException.rst
deleted file mode 100644 (file)
index ae05759..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-class org.simgrid.msg.HostFailureException
-==========================================
-
-.. java:package:: org.simgrid.msg
-   :noindex:
-
-.. java:type:: public class HostFailureException extends MsgException
-
-   This exception is raised when the host on which you are running has just been rebooted.
-
-Constructors
-------------
-HostFailureException
-^^^^^^^^^^^^^^^^^^^^
-
-.. java:constructor:: public HostFailureException()
-   :outertype: HostFailureException
-
-   Constructs an \ ``HostFailureException``\  without a detail message.
-
-HostFailureException
-^^^^^^^^^^^^^^^^^^^^
-
-.. java:constructor:: public HostFailureException(String s)
-   :outertype: HostFailureException
-
-   Constructs an \ ``HostFailureException``\  with a detail message.
-