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