Searched refs:ClosedByInterruptException (Results 1 – 9 of 9) sorted by relevance
18 import java.nio.channels.ClosedByInterruptException;33 ClosedByInterruptException e = new ClosedByInterruptException(); in test_Constructor()43 SerializationTest.verifySelf(new ClosedByInterruptException()); in testSerializationSelf()51 SerializationTest.verifyGolden(this, new ClosedByInterruptException()); in testSerializationCompatibility()
42 public class ClosedByInterruptException class51 public ClosedByInterruptException() { } in ClosedByInterruptException() method in ClosedByInterruptException
30 import java.nio.channels.ClosedByInterruptException;147 } catch (ClosedByInterruptException expected) { in testInterruptReadableChannel()186 } catch (ClosedByInterruptException expected) { in testInterruptWritableChannel()
23 import java.nio.channels.ClosedByInterruptException;89 } catch (ClosedByInterruptException e) { in test_accept_Block_NoConnect_interrupt()
28 import java.nio.channels.ClosedByInterruptException;240 assertSame(ClosedByInterruptException.class, expected.getClass()); in testChannelRead_exceptionWhenAlreadyInterrupted()307 assertSame(ClosedByInterruptException.class, channelReader.ioe.getClass()); in testChannelRead_exceptionOnInterrupt()372 assertSame(ClosedByInterruptException.class, expected.getClass()); in testChannelWrite_exceptionWhenAlreadyInterrupted()448 assertSame(ClosedByInterruptException.class, channelWriter.ioe.getClass()); in testChannelWrite_exceptionOnInterrupt()
200 throw new ClosedByInterruptException(); in end()
36 import java.nio.channels.ClosedByInterruptException;577 } catch (ClosedByInterruptException e) { in transferToTrustedChannel()1155 } catch (ClosedByInterruptException e) { in lock()
390 "ojluni/src/main/java/java/nio/channels/ClosedByInterruptException.java",
6718 public class ClosedByInterruptException extends java.nio.channels.AsynchronousCloseException {6719 ctor public ClosedByInterruptException();