NoConnectionPendingException

public class NoConnectionPendingException extends IllegalStateException

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

Public Constructor Summary

NoConnectionPendingException()
Constructs an instance of this class.

Inherited Method Summary

Public Constructors

public NoConnectionPendingException ()

Constructs an instance of this class.