NotYetBoundExceptionpublic class NotYetBoundException extends IllegalStateException A {@code NotYetBoundException} is thrown if the server socket channel is not
bound before an I/O operation is made. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public NotYetBoundException()Constructs a {@code NotYetBoundException}.
super();
|
|