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 / HostFailureException.rst
1 class org.simgrid.msg.HostFailureException
2 ==========================================
3
4 .. java:package:: org.simgrid.msg
5    :noindex:
6
7 .. java:type:: public class HostFailureException extends MsgException
8
9    This exception is raised when the host on which you are running has just been rebooted.
10
11 Constructors
12 ------------
13 HostFailureException
14 ^^^^^^^^^^^^^^^^^^^^
15
16 .. java:constructor:: public HostFailureException()
17    :outertype: HostFailureException
18
19    Constructs an \ ``HostFailureException``\  without a detail message.
20
21 HostFailureException
22 ^^^^^^^^^^^^^^^^^^^^
23
24 .. java:constructor:: public HostFailureException(String s)
25    :outertype: HostFailureException
26
27    Constructs an \ ``HostFailureException``\  with a detail message.
28