Liking cljdoc? Tell your friends :D

javax.security.auth.login.CredentialNotFoundException

Signals that a credential was not found.

This exception may be thrown by a LoginModule if it is unable to locate a credential necessary to perform authentication.

Signals that a credential was not found.

 This exception may be thrown by a LoginModule if it is unable
to locate a credential necessary to perform authentication.
raw docstring

->credential-not-found-exceptionclj

(->credential-not-found-exception)
(->credential-not-found-exception msg)

Constructor.

Constructs a CredentialNotFoundException with the specified detail message. A detail message is a String that describes this particular exception.

msg - the detail message. - java.lang.String

Constructor.

Constructs a CredentialNotFoundException with the specified
 detail message. A detail message is a String that describes
 this particular exception.

msg - the detail message. - `java.lang.String`
raw docstring

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

× close