Searched refs:ClosedByInterruptException (Results 1 – 8 of 8) 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
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()
30 import java.nio.channels.ClosedByInterruptException;147 } catch (ClosedByInterruptException expected) { in testInterruptReadableChannel()186 } catch (ClosedByInterruptException expected) { in testInterruptWritableChannel()
203 throw new ClosedByInterruptException(); in end()
36 import java.nio.channels.ClosedByInterruptException;579 } catch (ClosedByInterruptException e) { in transferToTrustedChannel()1157 } catch (ClosedByInterruptException e) { in lock()
366 "ojluni/src/main/java/java/nio/channels/ClosedByInterruptException.java",