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

/dalvik/libcore/luni/src/main/java/java/net/
H A DSocketTimeoutException.java26 public class SocketTimeoutException extends InterruptedIOException { class in inherits:InterruptedIOException
31 * Creates a new {@code SocketTimeoutException} instance with its walkback
34 public SocketTimeoutException() { method in class:SocketTimeoutException
39 * Creates a new {@code SocketTimeoutException} instance with its walkback
45 public SocketTimeoutException(String detailMessage) { method in class:SocketTimeoutException

Completed in 82 milliseconds