List of usage examples for java.io IOException subclass-usage
From source file TarInputStream.java
class InvalidHeaderException extends IOException { public InvalidHeaderException() { super(); }
From source file tufts.vue.action.ActionUtil.java
class MapException extends IOException { public MapException(String s) { super(s); } }