Module java.base
Package java.nio.file

Class FileSystemAlreadyExistsException

所有已实现的接口:
Serializable

public class FileSystemAlreadyExistsException extends RuntimeException
尝试创建已经存在的文件系统时抛出的运行时异常。
自 JDK 版本:
1.7
参见:
  • Constructor Details

    • FileSystemAlreadyExistsException

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

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