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