ewe.net
Class BindException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byewe.io.IOException
              extended byewe.net.SocketException
                  extended byewe.net.BindException

public class BindException
extends SocketException


Constructor Summary
BindException()
           
BindException(String message)
           
 
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

BindException

public BindException()

BindException

public BindException(String message)