Signals that an account was not found.
This exception may be thrown by a LoginModule if it is unable to locate an account necessary to perform authentication.
Signals that an account was not found. This exception may be thrown by a LoginModule if it is unable to locate an account necessary to perform authentication.
(->account-not-found-exception)
(->account-not-found-exception msg)
Constructor.
Constructs a AccountNotFoundException 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 AccountNotFoundException with the specified detail message. A detail message is a String that describes this particular exception. msg - the detail message. - `java.lang.String`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close