Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
f0323417283d3dddd7e7e772722d93237b1dadb0
[simgrid.git] / org / simgrid / msg / ProcessKilled.java
1 package org.simgrid.msg;
2
3 /** This exception class is only used to interrupt the java user code 
4  * when the process gets killed by an external event */
5
6 public class ProcessKilled extends RuntimeException {
7         private static final long serialVersionUID = 1L;
8
9 }