Module java.base
Package java.net

Class BindException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.net.SocketException
java.net.BindException
All Implemented Interfaces:
Serializable

public classBindExceptionextendsSocketException
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: