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

/libcore/luni/src/main/java/java/net/
H A DSocketTimeoutException.java26 public class SocketTimeoutException extends InterruptedIOException { class in inherits:InterruptedIOException
33 public SocketTimeoutException() { method in class:SocketTimeoutException
39 public SocketTimeoutException(String detailMessage) { method in class:SocketTimeoutException
47 public SocketTimeoutException(Throwable cause) { method in class:SocketTimeoutException
55 public SocketTimeoutException(String detailMessage, Throwable cause) { method in class:SocketTimeoutException

Completed in 42 milliseconds