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

Class FileSystemAlreadyExistsException

  • 实现的所有接口
    Serializable

    public class FileSystemAlreadyExistsException
    extends RuntimeException
    尝试创建已存在的文件系统时抛出运行时异常。
    从以下版本开始:
    1.7
    另请参见:
    Serialized Form
    • 构造方法详细信息

      • FileSystemAlreadyExistsException

        public FileSystemAlreadyExistsException()
        构造此类的实例。
      • FileSystemAlreadyExistsException

        public FileSystemAlreadyExistsException​(String msg)
        构造此类的实例。
        参数
        msg - 详细信息