# Print output for @column tags ?> AtomicMoveNotSupportedException - Android SDK | Android Developers

Most visited

Recently visited

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

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