java.net
Class SocketException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--java.net.SocketException
This exception indicates that a generic error occurred related to an
operation on a socket. Check the descriptive message (if any) for
details on the nature of this error
Authors:- Aaron M. Renn <arenn@urbanophile.com>
- Per Bothner
SocketException
public SocketException()
Create a new instance without a descriptive error message.
SocketException
public SocketException(java.lang.String message)
Create a new instance with a descriptive error message.
Parameters: