Liking cljdoc? Tell your friends :D

javax.security.auth.login.AccountLockedException

Signals that an account was locked.

This exception may be thrown by a LoginModule if it determines that authentication is being attempted on a locked account.

Signals that an account was locked.

 This exception may be thrown by a LoginModule if it
determines that authentication is being attempted on a
locked account.
raw docstring

->account-locked-exceptionclj

(->account-locked-exception)
(->account-locked-exception msg)

Constructor.

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