|
DthingApi
|
Public Member Functions | |
| SocketException () | |
| SocketException (String detailMessage) | |
Public Member Functions inherited from java.io.IOException | |
| IOException () | |
| IOException (String detailMessage) | |
This
may be thrown during socket creation or setting options, and is the superclass of all other socket related exceptions.
|
inline |
Constructs a new instance.
|
inline |
Constructs a new instance with the given detail message.
1.8.13