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

/libcore/luni/src/main/java/java/net/
H A DBindException.java21 * A {@code BindException} is thrown when a process cannot bind a local
27 public class BindException extends SocketException { class in inherits:SocketException
34 public BindException() { method in class:BindException
40 public BindException(String detailMessage) { method in class:BindException
48 public BindException(String detailMessage, Throwable cause) { method in class:BindException

Completed in 48 milliseconds