java.net
Class SocketException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.net.SocketException
Direct Known Subclasses:
BindException, ConnectException, NoRouteToHostException, PortUnreachableException

public synchronized class SocketException
extends IOException


Constructor Summary
SocketException()
           
SocketException(String)
           
 
Methods inherited from class java.lang.Throwable
getMessage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

SocketException

public SocketException(String)

SocketException

public SocketException()