java.net

Class SocketException

public class SocketException extends IOException

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

UNKNOWN: updated to 1.4

Constructor Summary
SocketException()
Create a new instance without a descriptive error message.
SocketException(String message)
Create a new instance with a descriptive error message.

Constructor Detail

SocketException

public SocketException()
Create a new instance without a descriptive error message.

SocketException

public SocketException(String message)
Create a new instance with a descriptive error message.

Parameters: message a message describing the error that occurred