Module java.base

Class AcceptPendingException

所有已实现的接口:
Serializable

public class AcceptPendingException extends IllegalStateException
尝试在通道上启动接受操作时抛出的未经检查的异常,而之前的接受操作尚未完成。
自从:
1.7
参见:
  • Constructor Details

    • AcceptPendingException

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