Adding insourcing of events
[pub/jan/lsdc.git] / src / at / ac / tuwien / lsdc / exception / VMsRunningException.java
1 package at.ac.tuwien.lsdc.exception;
2
3 public class VMsRunningException extends RuntimeException {
4
5         public VMsRunningException(String message) {
6                 super(message);
7         }
8 }