Module java.base

Class ConnectionPendingException

所有已实现的接口:
Serializable

public class ConnectionPendingException extends IllegalStateException
尝试连接一个正在进行非阻塞连接操作的SocketChannel时抛出的未经检查的异常。
自从:
1.4
参见:
  • Constructor Details

    • ConnectionPendingException

      public ConnectionPendingException()
      构造此类的实例。