Liking cljdoc? Tell your friends :D

jdk.nio.file.AtomicMoveNotSupportedException

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

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

->atomic-move-not-supported-exceptionclj

(->atomic-move-not-supported-exception source target reason)

Constructor.

Constructs an instance of this class.

source - a string identifying the source file or null if not known - java.lang.String target - a string identifying the target file or null if not known - java.lang.String reason - a reason message with additional information - java.lang.String

Constructor.

Constructs an instance of this class.

source - a string identifying the source file or null if not known - `java.lang.String`
target - a string identifying the target file or null if not known - `java.lang.String`
reason - a reason message with additional information - `java.lang.String`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close