Searched refs:CancelledKeyException (Results 1 – 8 of 8) sorted by relevance
18 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()
22 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()
40 public class CancelledKeyException class49 public CancelledKeyException() { } in CancelledKeyException() method in CancelledKeyException
37 import java.nio.channels.CancelledKeyException;60 throw new CancelledKeyException(); in keyFor()158 } catch (CancelledKeyException expected) { } in test()162 } catch (CancelledKeyException expected) { } in test()
73 throw new CancelledKeyException(); in ensureValid()
29 import java.nio.channels.CancelledKeyException;
387 "ojluni/src/main/java/java/nio/channels/CancelledKeyException.java",
6695 public class CancelledKeyException extends java.lang.IllegalStateException {6696 ctor public CancelledKeyException();