ProtocolException
public
class
ProtocolException
extends IOException
| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.io.IOException | |||
| ↳ | java.net.ProtocolException | |||
Thrown to indicate that there is an error in the underlying protocol, such as a TCP error.
Summary
Public constructors | |
|---|---|
ProtocolException(String host)
Constructs a new |
|
ProtocolException()
Constructs a new |
|
Inherited methods | |
|---|---|
java.lang.Throwable
| |
java.lang.Object
| |
Public constructors
ProtocolException
ProtocolException (String host)
Constructs a new ProtocolException with the
specified detail message.
| Parameters | |
|---|---|
host |
String: the detail message.
|
ProtocolException
ProtocolException ()
Constructs a new ProtocolException with no detail 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

