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

/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
33 public SocketException() { method in class:SocketException
39 public SocketException(String detailMessage) { method in class:SocketException
46 public SocketException(Throwable cause) { method in class:SocketException
54 public SocketException(String detailMessage, Throwable cause) { method in class:SocketException

Completed in 171 milliseconds