Added in API level 26
  
  
  
  
  
  
  
  
  
  
  
  
  
   
  
  
  
  
  
   
  
  
  
  
  
  
  
  
Summary:
  Ctors
  
  | Inherited Methods
FileSystemAlreadyExistsException
  public
  
  
  
  class
  FileSystemAlreadyExistsException
  
  
  
  
  
  
  
  
  
  
    extends RuntimeException
  
  
  
  
  
  
| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.lang.RuntimeException | |||
| ↳ | java.nio.file.FileSystemAlreadyExistsException | |||
Runtime exception thrown when an attempt is made to create a file system that already exists.
Summary
| Public constructors | |
|---|---|
| 
      FileSystemAlreadyExistsException()
      Constructs an instance of this class. | |
| 
      FileSystemAlreadyExistsException(String msg)
      Constructs an instance of this class. | |
| Inherited methods | |
|---|---|
Public constructors
FileSystemAlreadyExistsException
    Added in API level 26
  
      
  
    public FileSystemAlreadyExistsException ()
Constructs an instance of this class.
FileSystemAlreadyExistsException
    Added in API level 26
  
      
  
    public FileSystemAlreadyExistsException (String msg)
Constructs an instance of this class.
| Parameters | |
|---|---|
| msg | String: the detail message | 
