Liking cljdoc? Tell your friends :D

jdk.security.NoSuchProviderException

This exception is thrown when a particular security provider is requested but is not available in the environment.

This exception is thrown when a particular security provider is
requested but is not available in the environment.
raw docstring

->no-such-provider-exceptionclj

(->no-such-provider-exception)
(->no-such-provider-exception msg)

Constructor.

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