summaryrefslogtreecommitdiffstats
path: root/core-stubs-mini/src/java/nio/channels/ClosedChannelException.java
blob: 05efa232b5e965293e9880171cd9b31beaed8fc6 (plain)
1
2
3
4
5
6
package java.nio.channels;
public class ClosedChannelException
  extends java.io.IOException
{
public  ClosedChannelException() { throw new RuntimeException("Stub!"); }
}