Description
When calling bind on an implementation of the SocketAcceptor (in our case the NioSocketAcceptor) and specifying a port that is already taken the exception does not include the host and port that the connection attempt was made to. Please add the host and port to the exception message so that it's easier to identify what couldn't bind.