Home | History | Annotate | Download | only in ch

Lines Matching refs:ClosedChannelException

43 import java.nio.channels.ClosedChannelException;
190 throw new ClosedChannelException();
199 throw new ClosedChannelException();
215 throw new ClosedChannelException();
248 throw new ClosedChannelException();
295 private boolean ensureReadOpen() throws ClosedChannelException {
298 throw new ClosedChannelException();
308 private void ensureWriteOpen() throws ClosedChannelException {
311 throw new ClosedChannelException();
313 throw new ClosedChannelException();
614 throw new ClosedChannelException();
649 throw new ClosedChannelException();
741 throw new ClosedChannelException();
825 throw new ClosedChannelException();
842 throw new ClosedChannelException();