HomeSort by relevance Sort by last modified time
    Searched refs:ClosedSelectorException (Results 1 - 8 of 8) sorted by null

  /libcore/luni/src/main/java/java/nio/channels/
ClosedSelectorException.java 20 * A {@code ClosedSelectorException} is thrown when a {@link Selector selector}
23 public class ClosedSelectorException extends IllegalStateException {
28 * Constructs a {@code ClosedSelectorException}.
30 public ClosedSelectorException() {
  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
ClosedSelectorExceptionTest.java 23 import java.nio.channels.ClosedSelectorException;
30 * Tests for ClosedSelectorException
32 @TestTargetClass(ClosedSelectorException.class)
36 * @tests {@link java.nio.channels.ClosedSelectorException#ClosedSelectorException()}
39 ClosedSelectorException e = new ClosedSelectorException();
58 method = "ClosedSelectorException",
64 SerializationTest.verifySelf(new ClosedSelectorException());
80 method = "ClosedSelectorException",
    [all...]
SelectorTest.java 27 import java.nio.channels.ClosedSelectorException;
184 fail("should throw ClosedSelectorException");
185 } catch (ClosedSelectorException e) {
232 fail("should throw ClosedSelectorException");
233 } catch (ClosedSelectorException e) {
262 notes = "Verifies that ClosedSelectorException is thrown if selectNow() method is called for closed Selector.",
305 notes = "Verifies that ClosedSelectorException is thrown if select() method is called for closed Selector.",
339 notes = "Verifies that ClosedSelectorException is thrown if select(long) method is called for closed Selector.",
521 fail("should throw ClosedSelectorException");
522 } catch (ClosedSelectorException e)
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/nio/internal/
SelectorImpl.java 21 import java.nio.channels.ClosedSelectorException;
175 throw new ClosedSelectorException();
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 78 milliseconds