Liking cljdoc? Tell your friends :D

javax.security.auth.callback.UnsupportedCallbackException

Signals that a CallbackHandler does not recognize a particular Callback.

Signals that a CallbackHandler does not
recognize a particular Callback.
raw docstring

->unsupported-callback-exceptionclj

(->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`
raw docstring

get-callbackclj

(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`
raw docstring

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

× close