package at.ac.tuwien.lsdc.exception;

public class VMsRunningException extends RuntimeException {

	public VMsRunningException(String message) {
		super(message);
	}
}
