Searched refs:BindException (Results 1 - 11 of 11) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
H A DBindException.java37 public class BindException extends SocketException { class in inherits:SocketException
41 * Constructs a new BindException with the specified detail
47 public BindException(String msg) { method in class:BindException
52 * Construct a new BindException with no detailed message.
54 public BindException() {} method in class:BindException
57 public BindException(String msg, Throwable cause) { method in class:BindException
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DBindExceptionTest.java20 import java.net.BindException;
25 * java.net.BindException#BindException()
28 // Test for method java.net.BindException()
30 throw new BindException();
31 } catch (BindException e) {
34 fail("Exception during BindException test" + e.toString());
40 * java.net.BindException#BindException(java.lang.String)
43 // Test for method java.net.BindException(jav
[all...]
H A DServerSocketTest.java25 import java.net.BindException;
137 } catch (BindException e) {
283 } catch (BindException e) {
H A DDatagramSocketTest.java22 import java.net.BindException;
773 } catch (BindException expected) {
807 } catch (BindException expected) {
H A DMulticastSocketTest.java21 import java.net.BindException;
892 } catch (BindException expected) {
/libcore/luni/src/test/java/libcore/java/nio/channels/
H A DDatagramChannelTest.java20 import java.net.BindException;
206 } catch (BindException expected) {}
H A DSocketChannelTest.java23 import java.net.BindException;
317 } catch (BindException expected) {
/libcore/luni/src/main/java/libcore/io/
H A DIoBridge.java29 import java.net.BindException;
101 throw new BindException(errnoException.getMessage(), errnoException);
/libcore/luni/src/test/java/libcore/java/net/
H A DOldSocketTest.java23 import java.net.BindException;
132 } catch (BindException expected) {
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
H A DSocketChannelTest.java23 import java.net.BindException;
628 fail("Should throw BindException");
629 } catch (BindException e1) {
/libcore/
H A Dopenjdk_java_files.mk240 ojluni/src/main/java/java/net/BindException.java \

Completed in 203 milliseconds