Signals
a call
to ServerSocketChannel.accept( ) before the
underlying server socket has been bound to a local port. Call
socket( ).bind( ) to bind the
java.net.ServerSocket that underlies the
ServerSocketChannel.

public class NotYetBoundException extends IllegalStateException {
// Public Constructors
public NotYetBoundException( );
}