Package Summary  Overview Summary

class:NoConnectionPendingException [NONE]

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

constructor:NoConnectionPendingException() [NONE]

  • NoConnectionPendingException

    public NoConnectionPendingException()
    Constructs an instance of this class.