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

Public Member Functions

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

Detailed Description

Thrown when a hostname can not be resolved.

Constructor & Destructor Documentation

◆ UnknownHostException() [1/2]

java.net.UnknownHostException.UnknownHostException ( )
inline

Constructs a new

instance with no detail message. Callers should usually supply a detail message.

◆ UnknownHostException() [2/2]

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

Constructs a new

instance with the given detail message. The detail message should generally contain the hostname and a reason for the failure, if known.

Parameters
detailMessagethe detail message for this exception.

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