class org.simgrid.msg.TransferFailureException ============================================== .. java:package:: org.simgrid.msg :noindex: .. java:type:: public class TransferFailureException extends MsgException Exception raised if sending a task fails Constructors ------------ TransferFailureException ^^^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public TransferFailureException() :outertype: TransferFailureException Constructs an \ ``TransferFailureException``\ without a detail message. TransferFailureException ^^^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public TransferFailureException(String s) :outertype: TransferFailureException Constructs an \ ``TransferFailureException``\ with a detail message. :param s: the detail message.