Home
last modified time | relevance | path

Searched refs:BindException (Results 1 – 13 of 13) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DBindExceptionTest.java20 import java.net.BindException;
30 throw new BindException(); in test_Constructor()
31 } catch (BindException e) { in test_Constructor()
45 throw new BindException("Some error message"); in test_ConstructorLjava_lang_String()
46 } catch (BindException e) { in test_ConstructorLjava_lang_String()
DServerSocketTest.java31 import java.net.BindException;
148 } catch (BindException e) { in test_ConstructorII()
298 } catch (BindException e) { in test_getLocalPort()
DDatagramSocketTest.java22 import java.net.BindException;
797 } catch (BindException expected) { in test_setReuseAddressZ()
831 } catch (BindException expected) { in test_setReuseAddressZ()
DMulticastSocketTest.java21 import java.net.BindException;
899 } catch (BindException expected) { in test_setReuseAddressZ()
/libcore/ojluni/src/main/java/java/net/
DBindException.java37 public class BindException extends SocketException { class
47 public BindException(String msg) { in BindException() method in BindException
54 public BindException() {} in BindException() method in BindException
57 public BindException(String msg, Throwable cause) { in BindException() method in BindException
/libcore/luni/src/test/java/libcore/java/nio/channels/
DDatagramChannelTest.java22 import java.net.BindException;
215 } catch (BindException expected) {} in test_bind()
DAsynchronousServerSocketChannelTest.java22 import java.net.BindException;
100 } catch (BindException expected) {} in test_bind_used()
DSocketChannelTest.java25 import java.net.BindException;
327 } catch (BindException expected) { in test_bind()
DAsynchronousSocketChannelTest.java22 import java.net.BindException;
139 } catch (BindException expected) {} in test_bind_usedAddress()
/libcore/luni/src/main/java/libcore/io/
DIoBridge.java29 import java.net.BindException;
104 throw new BindException(errnoException.getMessage(), errnoException); in bind()
/libcore/luni/src/test/java/libcore/java/net/
DOldSocketTest.java23 import java.net.BindException;
135 } catch (BindException expected) { in test_ConstructorLjava_lang_StringILjava_net_InetAddressI2()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DSocketChannelTest.java23 import java.net.BindException;
629 } catch (BindException e1) { in assertSocketAction_NonBlock_BeforeConnect()
/libcore/
Dopenjdk_java_files.mk261 ojluni/src/main/java/java/net/BindException.java \