Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/net/
DSocketException.java38 class SocketException extends IOException { class
47 public SocketException(String msg) { in SocketException() method in SocketException
54 public SocketException() { in SocketException() method in SocketException
58 public SocketException(Throwable cause) { in SocketException() method in SocketException
63 public SocketException(String msg, Throwable cause) { in SocketException() method in SocketException