Liking cljdoc? Tell your friends :D

jdk.nio.file.attribute.UserPrincipalNotFoundException

Checked exception thrown when a lookup of UserPrincipal fails because the principal does not exist.

Checked exception thrown when a lookup of UserPrincipal fails because
the principal does not exist.
raw docstring

->user-principal-not-found-exceptionclj

(->user-principal-not-found-exception name)

Constructor.

Constructs an instance of this class.

name - the principal name; may be null - java.lang.String

Constructor.

Constructs an instance of this class.

name - the principal name; may be null - `java.lang.String`
raw docstring

get-nameclj

(get-name this)

Returns the user principal name if this exception was created with the user principal name that was not found, otherwise null.

returns: the user principal name or null - java.lang.String

Returns the user principal name if this exception was created with the
 user principal name that was not found, otherwise null.

returns: the user principal name or null - `java.lang.String`
raw docstring

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

× close