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.
(->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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close