Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/net/
DSocketException.java26 public class SocketException extends IOException { class
33 public SocketException() { in SocketException() method in SocketException
39 public SocketException(String detailMessage) { in SocketException() method in SocketException
46 public SocketException(Throwable cause) { in SocketException() method in SocketException
54 public SocketException(String detailMessage, Throwable cause) { in SocketException() method in SocketException