org.simgrid.msg
public class TransferFailureException extends MsgException
| Constructor and Description | 
|---|
| TransferFailureException()Constructs an  TransferFailureExceptionwithout a detail message. | 
| TransferFailureException(java.lang.String s)Constructs an  TransferFailureExceptionwith a detail message. | 
public TransferFailureException()
TransferFailureException without a detail message.public TransferFailureException(java.lang.String s)
TransferFailureException with a detail message.s - the detail message.