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

/openjdk7/jdk/src/share/classes/java/net/
H A DPortUnreachableException.java35 public class PortUnreachableException extends SocketException { class in inherits:SocketException
39 * Constructs a new <code>PortUnreachableException</code> with a
43 public PortUnreachableException(String msg) { method in class:PortUnreachableException
48 * Construct a new <code>PortUnreachableException</code> with no
51 public PortUnreachableException() {} method in class:PortUnreachableException

Completed in 24 milliseconds