1 2 3 4 5 6
package java.nio.channels; public class ClosedChannelException extends java.io.IOException { public ClosedChannelException() { throw new RuntimeException("Stub!"); } }