Liking cljdoc? Tell your friends :D

javax.security.auth.login.FailedLoginException

Signals that user authentication failed.

This exception is thrown by LoginModules if authentication failed. For example, a LoginModule throws this exception if the user entered an incorrect password.

Signals that user authentication failed.

 This exception is thrown by LoginModules if authentication failed.
For example, a LoginModule throws this exception if
the user entered an incorrect password.
raw docstring

->failed-login-exceptionclj

(->failed-login-exception)
(->failed-login-exception msg)

Constructor.

Constructs a FailedLoginException 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 FailedLoginException 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