Liking cljdoc? Tell your friends :D

jdk.nio.file.AccessDeniedException

Checked exception thrown when a file system operation is denied, typically due to a file permission or other access check.

This exception is not related to the AccessControlException or SecurityException thrown by access controllers or security managers when access to a file is denied.

Checked exception thrown when a file system operation is denied, typically
due to a file permission or other access check.

 This exception is not related to the AccessControlException or SecurityException thrown by access controllers or security managers when
access to a file is denied.
raw docstring

->access-denied-exceptionclj

(->access-denied-exception file)
(->access-denied-exception file other reason)

Constructor.

Constructs an instance of this class.

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

Constructor.

Constructs an instance of this class.

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

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

× close