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