public
class
SocketException
extends IOException
java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | java.io.IOException | |||
↳ | java.net.SocketException |
Thrown to indicate that there is an error creating or accessing a Socket.
Public constructors | |
---|---|
SocketException(String msg)
Constructs a new |
|
SocketException()
Constructs a new |
Inherited methods | |
---|---|
![]()
java.lang.Throwable
| |
![]()
java.lang.Object
|
SocketException (String msg)
Constructs a new SocketException
with the
specified detail message.
Parameters | |
---|---|
msg |
String :
the detail message.
|
SocketException ()
Constructs a new SocketException
with no detail message.