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

  /libcore/luni/src/main/java/java/nio/channels/
CancelledKeyException.java 20 * A {@code CancelledKeyException} is thrown when an invalid selection key is
23 public class CancelledKeyException extends IllegalStateException {
31 * Constructs a {@code CancelledKeyException}.
33 public CancelledKeyException() {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
CancelledKeyExceptionTest.java 18 import java.nio.channels.CancelledKeyException;
25 * Tests for CancelledKeyException
30 * @tests {@link java.nio.channels.CancelledKeyException#CancelledKeyException()}
33 CancelledKeyException e = new CancelledKeyException();
44 SerializationTest.verifySelf(new CancelledKeyException());
52 SerializationTest.verifyGolden(this, new CancelledKeyException());
SelectionKeyTest.java 22 import java.nio.channels.CancelledKeyException;
249 fail("should throw CancelledKeyException.");
250 } catch (CancelledKeyException ex) {
255 fail("should throw CancelledKeyException.");
256 } catch (CancelledKeyException ex) {
261 fail("should throw CancelledKeyException.");
262 } catch (CancelledKeyException ex) {
267 fail("should throw CancelledKeyException.");
268 } catch (CancelledKeyException ex) {
274 fail("should throw CancelledKeyException.")
    [all...]
  /libcore/luni/src/main/java/java/nio/
SelectionKeyImpl.java 19 import java.nio.channels.CancelledKeyException;
101 throw new CancelledKeyException();
  /libcore/luni/src/main/java/java/nio/channels/spi/
AbstractSelectableChannel.java 21 import java.nio.channels.CancelledKeyException;
114 * @throws CancelledKeyException
154 throw new CancelledKeyException();
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 1143 milliseconds