Signals that a CallbackHandler does not recognize a particular Callback.
Signals that a CallbackHandler does not recognize a particular Callback.
(->unsupported-callback-exception callback)
(->unsupported-callback-exception callback msg)
Constructor.
Constructs a UnsupportedCallbackException with the specified detail message. A detail message is a String that describes this particular exception.
callback - the unrecognized Callback. - javax.security.auth.callback.Callback
msg - the detail message. - java.lang.String
Constructor. Constructs a UnsupportedCallbackException with the specified detail message. A detail message is a String that describes this particular exception. callback - the unrecognized Callback. - `javax.security.auth.callback.Callback` msg - the detail message. - `java.lang.String`
(get-callback this)
Get the unrecognized Callback.
returns: the unrecognized Callback. - javax.security.auth.callback.Callback
Get the unrecognized Callback. returns: the unrecognized Callback. - `javax.security.auth.callback.Callback`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close