AtomicMoveNotSupportedException

port of java.nio.file.AtomicMoveNotSupportedException

Checked exception thrown when a file cannot be moved as an atomic file system operation.

Since

1.7

Constructors

Link copied to clipboard
constructor(source: String, target: String, reason: String)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard

String identifying the file or null if not known.

Link copied to clipboard
open override val message: String?
Link copied to clipboard

String identifying the other file or null if there isn't another file or if not known.

Link copied to clipboard

Functions

Link copied to clipboard