public class BindException extends SocketException
| Constructor and Description |
|---|
BindException()
Create a new instance without a descriptive error message.
|
BindException(java.lang.String message)
Create a new instance with a descriptive error message, such as the
text from strerror(3).
|
public BindException()
public BindException(java.lang.String message)
message - a message describing the error that occurred