]> git.somenet.org - pub/jan/lsdc.git/blob - src/at/ac/tuwien/lsdc/exception/OutOfPMsException.java
Sched B. Ein wenig getestet.
[pub/jan/lsdc.git] / src / at / ac / tuwien / lsdc / exception / OutOfPMsException.java
1 package at.ac.tuwien.lsdc.exception;
2
3 /**
4  * Exception to be thrown, if no new PMs can be started as all our PMs are
5  * allready running.
6  * 
7  * @author jan
8  * 
9  */
10 public class OutOfPMsException extends RuntimeException {
11
12         public OutOfPMsException(String msg) {
13                 super(msg);
14         }
15 }