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

Class UnsupportedAddressTypeException

  • All Implemented Interfaces:
    Serializable


    public class UnsupportedAddressTypeException
    extends IllegalArgumentException
    尝试绑定或连接到不支持的类型的套接字地址时抛出未检查的异常。
    从以下版本开始:
    1.4
    另请参见:
    Serialized Form
    • 构造方法详细信息

      • UnsupportedAddressTypeException

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