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