模块  java.base
软件包  java.nio.channels

Class UnsupportedAddressTypeException

  • 实现的所有接口
    Serializable

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

      • UnsupportedAddressTypeException

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