Class ConnectionPendingException

All Implemented Interfaces:
Serializable

public class ConnectionPendingException
extends IllegalStateException
A ConnectionPendingException is thrown when an attempt is made to connect a SocketChannel that has a non-blocking connection already underway.
See Also:
Serialized Form
  • Constructor Details

    • ConnectionPendingException

      public ConnectionPendingException()
      Constructs a ConnectionPendingException.