public class BindException extends SocketException
Constructor and Description |
---|
BindException()
Create a new instance without a descriptive error message.
|
BindException(String message)
Create a new instance with a descriptive error message, such as the
text from strerror(3).
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BindException()
public BindException(String message)
message
- a message describing the error that occurred