NotYetBoundException

public class NotYetBoundException extends IllegalStateException

Unchecked exception thrown when an attempt is made to invoke an I/O operation upon a server socket channel that is not yet bound.

Public Constructor Summary

NotYetBoundException()
Constructs an instance of this class.

Inherited Method Summary

Public Constructors

public NotYetBoundException ()

Constructs an instance of this class.