SocketTimeoutException
public
class
SocketTimeoutException
extends InterruptedIOException
| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.io.IOException | ||||
| ↳ | java.io.InterruptedIOException | ||||
| ↳ | java.net.SocketTimeoutException | ||||
Signals that a timeout has occurred on a socket read or accept.
Summary
Inherited fields |
|---|
java.io.InterruptedIOException
|
Public constructors | |
|---|---|
SocketTimeoutException(String msg)
Constructs a new SocketTimeoutException with a detail message. |
|
SocketTimeoutException()
Construct a new SocketTimeoutException with no detailed message. |
|
Inherited methods | |
|---|---|
java.lang.Throwable
| |
java.lang.Object
| |
Public constructors
SocketTimeoutException
SocketTimeoutException (String msg)
Constructs a new SocketTimeoutException with a detail message.
| Parameters | |
|---|---|
msg |
String:
the detail message
|
SocketTimeoutException
SocketTimeoutException ()
Construct a new SocketTimeoutException with no detailed message.
Interfaces
Classes
- Authenticator
- CacheRequest
- CacheResponse
- ContentHandler
- CookieHandler
- CookieManager
- DatagramPacket
- DatagramSocket
- DatagramSocketImpl
- HttpCookie
- HttpURLConnection
- IDN
- Inet4Address
- Inet6Address
- InetAddress
- InetSocketAddress
- InterfaceAddress
- JarURLConnection
- MulticastSocket
- NetPermission
- NetworkInterface
- PasswordAuthentication
- Proxy
- ProxySelector
- ResponseCache
- SecureCacheResponse
- ServerSocket
- Socket
- SocketAddress
- SocketImpl
- SocketPermission
- StandardSocketOptions
- URI
- URL
- URLClassLoader
- URLConnection
- URLDecoder
- URLEncoder
- URLStreamHandler
Enums
Exceptions

