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