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 anHostFailureExceptionwithout a detail message.HostFailureException(java.lang.String s)Constructs anHostFailureExceptionwith a detail message.
-