Module java.base

Class NoConnectionPendingException

All Implemented Interfaces:
Serializable

public class NoConnectionPendingException
extends IllegalStateException
Unchecked exception thrown when the finishConnect method of a SocketChannel is invoked without first successfully invoking its connect method.
Since:
1.4
See Also:
Serialized Form