DthingApi
Public Member Functions | List of all members
java.net.SocketException Class Reference
Inheritance diagram for java.net.SocketException:
java.io.IOException java.net.ConnectException

Public Member Functions

 SocketException ()
 
 SocketException (String detailMessage)
 
- Public Member Functions inherited from java.io.IOException
 IOException ()
 
 IOException (String detailMessage)
 

Detailed Description

This

may be thrown during socket creation or setting options, and is the superclass of all other socket related exceptions.

Constructor & Destructor Documentation

◆ SocketException() [1/2]

java.net.SocketException.SocketException ( )
inline

Constructs a new instance.

◆ SocketException() [2/2]

java.net.SocketException.SocketException ( String  detailMessage)
inline

Constructs a new instance with the given detail message.


The documentation for this class was generated from the following file: