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

/openjdk7/jdk/src/share/classes/java/net/
H A DBindException.java36 public class BindException extends SocketException { class in inherits:SocketException
40 * Constructs a new BindException with the specified detail
46 public BindException(String msg) { method in class:BindException
51 * Construct a new BindException with no detailed message.
53 public BindException() {} method in class:BindException

Completed in 30 milliseconds