Public Member Functions

simgrid::msg::TransferFailureException Class Reference

Inheritance diagram for simgrid::msg::TransferFailureException:
simgrid::msg::MsgException

Public Member Functions

 TransferFailureException ()
 TransferFailureException (String s)

Detailed Description

This exception is raised if transfer failed while sending tasks.


Constructor & Destructor Documentation

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

Constructs an TransferFailureException without a detail message.

simgrid::msg::TransferFailureException::TransferFailureException ( 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