Package org.simgrid.msg
Class TransferFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.simgrid.msg.MsgException
-
- org.simgrid.msg.TransferFailureException
-
- All Implemented Interfaces:
java.io.Serializable
public class TransferFailureException extends MsgException
Exception raised if sending a task fails- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransferFailureException()
Constructs anTransferFailureException
without a detail message.TransferFailureException(java.lang.String s)
Constructs anTransferFailureException
with a detail message.
-
-
-
Constructor Detail
-
TransferFailureException
public TransferFailureException()
Constructs anTransferFailureException
without a detail message.
-
TransferFailureException
public TransferFailureException(java.lang.String s)
Constructs anTransferFailureException
with a detail message.- Parameters:
s
- the detail message.
-
-