| Exception Thrown By: | Cause | |
| Class | Method | |
| 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 |