Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.net

Class SocketException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--java.io.IOException
         |
         +--java.net.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

Authors:

Constructor Summary

SocketException()

Create a new instance without a descriptive error message.
SocketException(java.lang.String message)

Create a new instance with a descriptive error message.

Constructor Details

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: