Added in API level 26
  
  
  
  
  
   
  
  
  
  
  
  
  
  
  
  
  
  
  
   
  
  
  
  
  
   
  
  
  
  
  
  
  
  
Summary:
  Ctors
  
  | Inherited Methods
AtomicMoveNotSupportedException
  public
  
  
  
  class
  AtomicMoveNotSupportedException
  
  
  
  
  
  
  
  
  
  
  
  
  
    extends FileSystemException
  
  
  
  
  
  
| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.io.IOException | ||||
| ↳ | java.nio.file.FileSystemException | ||||
| ↳ | java.nio.file.AtomicMoveNotSupportedException | ||||
Checked exception thrown when a file cannot be moved as an atomic file system operation.
Summary
Public constructors | |
|---|---|
      
      AtomicMoveNotSupportedException(String source, String target, String reason)
      
      
        Constructs an instance of this class.  | 
  |
Inherited methods | |
|---|---|
Public constructors
AtomicMoveNotSupportedException
    Added in API level 26
  
      
  
    public AtomicMoveNotSupportedException (String source, String target, String reason)
Constructs an instance of this class.
| Parameters | |
|---|---|
source | 
        
          String: a string identifying the source file or null if not known | 
      
target | 
        
          String: a string identifying the target file or null if not known | 
      
reason | 
        
          String: a reason message with additional information or null |