Package org.simgrid.msg
Class HostFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.simgrid.msg.MsgException
-
- org.simgrid.msg.HostFailureException
-
- All Implemented Interfaces:
java.io.Serializable
public class HostFailureException extends MsgException
This exception is raised when the host on which you are running has just been rebooted.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HostFailureException()
Constructs anHostFailureException
without a detail message.HostFailureException(java.lang.String s)
Constructs anHostFailureException
with a detail message.
-