Added in API level 26
AtomicMoveNotSupportedException
open class AtomicMoveNotSupportedException : FileSystemException
kotlin.Any | |||||
↳ | kotlin.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(source: String!, target: String!, reason: String!) Constructs an instance of this class. |
Inherited functions | |
---|---|
Inherited properties | |
---|---|
Public constructors
AtomicMoveNotSupportedException
Added in API level 26
AtomicMoveNotSupportedException(
source: String!,
target: String!,
reason: String!)
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 |