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