Home
last modified time | relevance | path

Searched refs:NotYetBoundException (Results 1 – 9 of 9) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DNotYetBoundExceptionTest.java18 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()
DServerSocketChannelTest.java30 import java.nio.channels.NotYetBoundException;
343 } catch (NotYetBoundException e) { in testAccept_Block_NotYetBound()
354 } catch (NotYetBoundException e) { in testAccept_NonBlock_NotYetBound()
/libcore/ojluni/src/main/java/java/nio/channels/
DNotYetBoundException.java40 public class NotYetBoundException class
49 public NotYetBoundException() { } in NotYetBoundException() method in NotYetBoundException
/libcore/luni/src/test/java/libcore/java/nio/channels/
DAsynchronousServerSocketChannelTest.java34 import java.nio.channels.NotYetBoundException;
188 } catch(NotYetBoundException expected) {} in test_completionHandlerAccept_nyb()
/libcore/ojluni/src/main/java/sun/nio/ch/
DUnixAsynchronousServerSocketChannelImpl.java285 throw new NotYetBoundException(); in implAccept()
DServerSocketChannelImpl.java237 throw new NotYetBoundException(); in accept()
DNet.java132 else if (x instanceof NotYetBoundException) in translateToSocketException()
/libcore/
Dopenjdk_java_files.bp413 "ojluni/src/main/java/java/nio/channels/NotYetBoundException.java",
/libcore/api/
Dcurrent.txt6212 public class NotYetBoundException extends java.lang.IllegalStateException {
6213 ctor public NotYetBoundException();