|
DthingApi
|
Public Member Functions | |
| UnknownHostException () | |
| UnknownHostException (String detailMessage) | |
Public Member Functions inherited from java.io.IOException | |
| IOException () | |
| IOException (String detailMessage) | |
Thrown when a hostname can not be resolved.
|
inline |
Constructs a new
instance with no detail message. Callers should usually supply a detail message.
|
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.
| detailMessage | the detail message for this exception. |
1.8.13