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

/openjdk7/jdk/src/share/classes/java/net/
H A DSocketTimeoutException.java34 public class SocketTimeoutException extends java.io.InterruptedIOException { class in inherits:java.io.InterruptedIOException
38 * Constructs a new SocketTimeoutException with a detail
42 public SocketTimeoutException(String msg) { method in class:SocketTimeoutException
47 * Construct a new SocketTimeoutException with no detailed message.
49 public SocketTimeoutException() {} method in class:SocketTimeoutException

Completed in 30 milliseconds