java.net
Class BindException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.net.SocketException
                          |
                          +--java.net.BindException

public synchronized class BindException
extends SocketException


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

BindException

public BindException(String)

BindException

public BindException()