package net.oni2.platformtools.applicationinvoker;

/**
 * @author Christian Illy
 */
public class ERuntimeNotInstalledException extends Exception {
	/**
	 * @param msg
	 *            Cause
	 */
	public ERuntimeNotInstalledException(String msg) {
		super(msg);
	}

	private static final long serialVersionUID = -7304001610863429671L;
}
