Module java.base
Package java.net

Class BindException

java.lang.Object
All Implemented Interfaces:
Serializable

public class BindException extends SocketException
Signals that an error occurred while attempting to bind a socket to a local address and port. Typically, the port is in use, or the requested local address could not be assigned.
Since:
1.1
See Also: