| java.net.SocketException java.net.BindException
BindException | public class BindException extends SocketException (Code) | | A BindException is thrown when a process cannot bind a local address/port,
either because it is already bound or reserved by the OS.
|
Constructor Summary | |
public | BindException() Constructs a new instance of this class with its walkback filled in. | public | BindException(String detailMessage) Constructs a new instance of this class with its walkback and message
filled in. |
BindException | public BindException()(Code) | | Constructs a new instance of this class with its walkback filled in.
|
BindException | public BindException(String detailMessage)(Code) | | Constructs a new instance of this class with its walkback and message
filled in.
Parameters: detailMessage - String The detail message for the exception. |
|
|