ERROR - AlreadyBoundException - Possible Causes of AlreadyBoundException

Exception Thrown By:Cause
ClassMethod
AsynchronousServerSocketChannel public final AsynchronousServerSocketChannel
bind(SocketAddress local)
If the socket is already bound
DatagramChannel public abstract DatagramChannel
bind(SocketAddress local)
If the socket is already bound
ServerSocketChannel public final ServerSocketChannel
bind(SocketAddress local)
If the socket is already bound