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

/openjdk7/jdk/src/share/classes/java/net/
H A DSocketException.java37 class SocketException extends IOException { class in inherits:IOException
41 * Constructs a new <code>SocketException</code> with the
46 public SocketException(String msg) { method in class:SocketException
51 * Constructs a new <code>SocketException</code> with no detail message.
53 public SocketException() { method in class:SocketException

Completed in 21 milliseconds