Public Member Functions

simgrid::msg::TimeoutException Class Reference

Inheritance diagram for simgrid::msg::TimeoutException:
simgrid::msg::MsgException

Public Member Functions

 TimeoutException ()
 TimeoutException (String s)

Detailed Description

This exception is raised when time's out while sending tasks.


Constructor & Destructor Documentation

simgrid::msg::TimeoutException::TimeoutException (  )  [inline]

Constructs an TimeoutFailureException without a detail message.

simgrid::msg::TimeoutException::TimeoutException ( String  s  )  [inline]

Constructs an TransferFailureException with a detail message.

Parameters:
s the detail message.

The documentation for this class was generated from the following file:


Back to the main Simgrid Documentation page Generated for SimGridAPI by doxygen