public class MyIoException extends RuntimeException { public MyIoException(){} public MyIoException(String msg){super(msg);} }