Liking cljdoc? Tell your friends :D

javax.security.auth.DestroyFailedException

Signals that a destroy operation failed.

This exception is thrown by credentials implementing the Destroyable interface when the destroy method fails.

Signals that a destroy operation failed.

 This exception is thrown by credentials implementing
the Destroyable interface when the destroy
method fails.
raw docstring

->destroy-failed-exceptionclj

(->destroy-failed-exception)
(->destroy-failed-exception msg)

Constructor.

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