Searched refs:NotYetBoundException (Results 1 – 9 of 9) sorted by relevance
18 import java.nio.channels.NotYetBoundException;33 NotYetBoundException e = new NotYetBoundException(); in test_Constructor()44 SerializationTest.verifySelf(new NotYetBoundException()); in testSerializationSelf()52 SerializationTest.verifyGolden(this, new NotYetBoundException()); in testSerializationCompatibility()
30 import java.nio.channels.NotYetBoundException;343 } catch (NotYetBoundException e) { in testAccept_Block_NotYetBound()354 } catch (NotYetBoundException e) { in testAccept_NonBlock_NotYetBound()
40 public class NotYetBoundException class49 public NotYetBoundException() { } in NotYetBoundException() method in NotYetBoundException
34 import java.nio.channels.NotYetBoundException;188 } catch(NotYetBoundException expected) {} in test_completionHandlerAccept_nyb()
285 throw new NotYetBoundException(); in implAccept()
237 throw new NotYetBoundException(); in accept()
132 else if (x instanceof NotYetBoundException) in translateToSocketException()
413 "ojluni/src/main/java/java/nio/channels/NotYetBoundException.java",
6212 public class NotYetBoundException extends java.lang.IllegalStateException {6213 ctor public NotYetBoundException();