Package org.simgrid.msg
Class HostNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.simgrid.msg.MsgException
-
- org.simgrid.msg.HostNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class HostNotFoundException extends MsgException
This exception is raised when looking for a non-existing host.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HostNotFoundException()
Constructs anHostNotFoundException
without a detail message.HostNotFoundException(java.lang.String s)
Constructs anHostNotFoundException
with a detail message.
-