Top Description Fields Constructors
java.nio.channels

public Class NoConnectionPendingException

extends IllegalStateException
Class Inheritance

Unchecked exception thrown when the finishConnect method of a SocketChannel is invoked without first successfully invoking its connect method.
Since
1.4

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
NoConnectionPendingException()

Constructs an instance of this class.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.lang.IllegalStateException.serialVersionUID.

Annotations
@Serial

Constructor Detail

NoConnectionPendingExceptionback to summary
public NoConnectionPendingException()

Constructs an instance of this class.