Home
last modified time | relevance | path

Searched defs:SocketException (Results 1 – 2 of 2) 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
59 public SocketException(Throwable cause) { in SocketException() method in SocketException
64 public SocketException(String msg, Throwable cause) { in SocketException() method in SocketException
/libcore/ojluni/annotations/hiddenapi/java/net/
DSocketException.java32 public class SocketException extends java.io.IOException { class
34 public SocketException(java.lang.String msg) { in SocketException() method in SocketException
38 public SocketException() { in SocketException() method in SocketException
42 public SocketException(java.lang.Throwable cause) { in SocketException() method in SocketException
47 public SocketException(java.lang.String msg, java.lang.Throwable cause) { in SocketException() method in SocketException