Searched refs:ClosedSelectorException (Results 1 – 8 of 8) sorted by relevance
18 import java.nio.channels.ClosedSelectorException;33 ClosedSelectorException e = new ClosedSelectorException(); in test_Constructor()44 SerializationTest.verifySelf(new ClosedSelectorException()); in testSerializationSelf()52 SerializationTest.verifyGolden(this, new ClosedSelectorException()); in testSerializationCompatibility()
24 import java.nio.channels.ClosedSelectorException;142 } catch (ClosedSelectorException e) { in test_keys()184 } catch (ClosedSelectorException e) { in test_selectedKeys()462 } catch (ClosedSelectorException e) {
40 public class ClosedSelectorException class49 public ClosedSelectorException() { } in ClosedSelectorException() method in ClosedSelectorException
68 throw new ClosedSelectorException(); in keys()74 throw new ClosedSelectorException(); in selectedKeys()83 throw new ClosedSelectorException(); in lockAndDoSelect()
73 throw new ClosedSelectorException(); in putEventOps()143 throw new ClosedSelectorException(); in implRegister()
83 throw new ClosedSelectorException(); in doSelect()
20 import java.nio.channels.ClosedSelectorException;140 } catch (ClosedSelectorException e) { in test_register_LSelectorI_error()
368 "ojluni/src/main/java/java/nio/channels/ClosedSelectorException.java",