Module  java.base
软件包  java.nio.channels

Class AlreadyBoundException

  • All Implemented Interfaces:
    Serializable


    public class AlreadyBoundException
    extends IllegalStateException
    尝试将套接字绑定到已绑定的面向网络的通道时抛出未经检查的异常。
    从以下版本开始:
    1.7
    另请参见:
    Serialized Form
    • 构造方法详细信息

      • AlreadyBoundException

        public AlreadyBoundException​()
        构造这个类的一个实例。