Home
last modified time | relevance | path

Searched refs:AlreadyBoundException (Results 1 – 10 of 10) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/channels/
DAlreadyBoundException.java40 public class AlreadyBoundException class
49 public AlreadyBoundException() { } in AlreadyBoundException() method in AlreadyBoundException
/libcore/luni/src/test/java/libcore/java/nio/channels/
DServerSocketChannelTest.java26 import java.nio.channels.AlreadyBoundException;
153 } catch (AlreadyBoundException expected) { in test_bind$SocketAddress()
DDatagramChannelTest.java31 import java.nio.channels.AlreadyBoundException;
198 } catch (AlreadyBoundException expected) { in test_bind()
DSocketChannelTest.java33 import java.nio.channels.AlreadyBoundException;
309 } catch (AlreadyBoundException expected) { in test_bind()
/libcore/ojluni/src/main/java/sun/nio/ch/
DServerSocketChannelImpl.java207 throw new AlreadyBoundException(); in bind()
DNet.java157 else if (x instanceof AlreadyBoundException) in translateToSocketException()
DSocketChannelImpl.java602 throw new AlreadyBoundException(); in bind()
DDatagramChannelImpl.java685 throw new AlreadyBoundException(); in bind()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DSocketChannelTest.java34 import java.nio.channels.AlreadyBoundException;
/libcore/
Dopenjdk_java_files.mk344 ojluni/src/main/java/java/nio/channels/AlreadyBoundException.java \