Home
last modified time | relevance | path

Searched refs:CancelledKeyException (Results 1 – 8 of 8) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DCancelledKeyExceptionTest.java18 import java.nio.channels.CancelledKeyException;
33 CancelledKeyException e = new CancelledKeyException(); in test_Constructor()
44 SerializationTest.verifySelf(new CancelledKeyException()); in testSerializationSelf()
52 SerializationTest.verifyGolden(this, new CancelledKeyException()); in testSerializationCompatibility()
DSelectionKeyTest.java22 import java.nio.channels.CancelledKeyException;
248 } catch (CancelledKeyException ex) { in test_cancel()
254 } catch (CancelledKeyException ex) { in test_cancel()
260 } catch (CancelledKeyException ex) { in test_cancel()
266 } catch (CancelledKeyException ex) { in test_cancel()
273 } catch (CancelledKeyException ex) { in test_cancel()
280 } catch (CancelledKeyException ex) { in test_cancel()
287 } catch (CancelledKeyException ex) { in test_cancel()
/libcore/ojluni/src/main/java/java/nio/channels/
DCancelledKeyException.java40 public class CancelledKeyException class
49 public CancelledKeyException() { } in CancelledKeyException() method in CancelledKeyException
/libcore/ojluni/src/test/java/nio/channels/SelectionKey/
DAtomicUpdates.java37 import java.nio.channels.CancelledKeyException;
60 throw new CancelledKeyException(); in keyFor()
158 } catch (CancelledKeyException expected) { } in test()
162 } catch (CancelledKeyException expected) { } in test()
/libcore/ojluni/src/main/java/sun/nio/ch/
DSelectionKeyImpl.java73 throw new CancelledKeyException(); in ensureValid()
/libcore/ojluni/src/main/java/java/nio/channels/spi/
DAbstractSelectableChannel.java29 import java.nio.channels.CancelledKeyException;
/libcore/
Dopenjdk_java_files.bp387 "ojluni/src/main/java/java/nio/channels/CancelledKeyException.java",
/libcore/api/
Dcurrent.txt6695 public class CancelledKeyException extends java.lang.IllegalStateException {
6696 ctor public CancelledKeyException();