ewe.net
Class SocketException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byewe.io.IOException
              extended byewe.net.SocketException
Direct Known Subclasses:
BindException

public class SocketException
extends IOException


Constructor Summary
SocketException()
           
SocketException(String message)
           
SocketException(String message, Throwable cause)
           
SocketException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

SocketException

public SocketException()

SocketException

public SocketException(String message)

SocketException

public SocketException(Throwable cause)

SocketException

public SocketException(String message,
                       Throwable cause)