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 / TimeoutException.rst
1 class org.simgrid.msg.TimeoutException
2 ======================================
3
4 .. java:package:: org.simgrid.msg
5    :noindex:
6
7 .. java:type:: public class TimeoutException extends MsgException
8
9    Exception raised when sending a task timeouts
10
11 Constructors
12 ------------
13 TimeoutException
14 ^^^^^^^^^^^^^^^^
15
16 .. java:constructor:: public TimeoutException()
17    :outertype: TimeoutException
18
19    Constructs an \ ``TimeoutFailureException``\  without a detail message.
20
21 TimeoutException
22 ^^^^^^^^^^^^^^^^
23
24 .. java:constructor:: public TimeoutException(String s)
25    :outertype: TimeoutException
26
27    Constructs an \ ``TransferFailureException``\  with a detail message.
28