Searched refs:BindException (Results 1 – 14 of 14) sorted by relevance
20 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()
31 import java.net.BindException;148 } catch (BindException e) { in test_ConstructorII()298 } catch (BindException e) { in test_getLocalPort()
22 import java.net.BindException;797 } catch (BindException expected) { in test_setReuseAddressZ()831 } catch (BindException expected) { in test_setReuseAddressZ()
28 import java.net.BindException;870 } catch (BindException expected) { in setReuseAddressZ()
37 public class BindException extends SocketException { class47 public BindException(String msg) { in BindException() method in BindException54 public BindException() {} in BindException() method in BindException58 public BindException(String msg, Throwable cause) { in BindException() method in BindException
22 import java.net.BindException;215 } catch (BindException expected) {} in test_bind()
22 import java.net.BindException;100 } catch (BindException expected) {} in test_bind_used()
25 import java.net.BindException;327 } catch (BindException expected) { in test_bind()
22 import java.net.BindException;139 } catch (BindException expected) {} in test_bind_usedAddress()
30 import java.net.BindException;150 throw new BindException(errnoException.getMessage(), errnoException); in bind()
25 import java.net.BindException;138 } catch (BindException expected) { in test_ConstructorLjava_lang_StringILjava_net_InetAddressI2()
23 import java.net.BindException;629 } catch (BindException e1) { in assertSocketAction_NonBlock_BeforeConnect()
272 "ojluni/src/main/java/java/net/BindException.java",
4874 public class BindException extends java.net.SocketException {4875 ctor public BindException(String);4876 ctor public BindException();