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

/dalvik/libcore/luni/src/main/java/java/net/
H A DSocketException.java23 * This {@code SocketException} may be thrown during socket creation or setting
26 public class SocketException extends IOException { class in inherits:IOException
31 * Constructs a new {@code SocketException} instance with its walkback
34 public SocketException() { method in class:SocketException
39 * Constructs a new {@code SocketException} instance with its walkback and
45 public SocketException(String detailMessage) { method in class:SocketException

Completed in 2762 milliseconds