// com/mindviewinc/util/OSExecuteException.java // ©2015 MindView LLC: see Copyright.txt package com.mindviewinc.util; public class OSExecuteException extends RuntimeException { public OSExecuteException(String why) { super(why); } }