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

/libcore/ojluni/src/main/java/java/net/
H A DSocketException.java38 class SocketException extends IOException { class in inherits:IOException
42 * Constructs a new <code>SocketException</code> with the
47 public SocketException(String msg) { method in class:SocketException
52 * Constructs a new <code>SocketException</code> with no detail message.
54 public SocketException() { method in class:SocketException
58 public SocketException(Throwable cause) { method in class:SocketException
63 public SocketException(String msg, Throwable cause) { method in class:SocketException

Completed in 131 milliseconds