Module java.base
Package java.nio.file

Class FileSystemNotFoundException

All Implemented Interfaces:
Serializable

public class FileSystemNotFoundException extends RuntimeException
Runtime exception thrown when a file system cannot be found.
Since:
1.7
See Also:
  • Constructor Details

    • FileSystemNotFoundException

      public FileSystemNotFoundException()
      Constructs an instance of this class.
    • FileSystemNotFoundException

      public FileSystemNotFoundException(String msg)
      Constructs an instance of this class.
      Parameters:
      msg - the detail message