Liking cljdoc? Tell your friends :D

jdk.security.NoSuchAlgorithmException

This exception is thrown when a particular cryptographic algorithm is requested but is not available in the environment.

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

->no-such-algorithm-exceptionclj

(->no-such-algorithm-exception)
(->no-such-algorithm-exception msg)
(->no-such-algorithm-exception message cause)

Constructor.

Creates a NoSuchAlgorithmException with the specified detail message and cause.

message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method). - java.lang.String cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.) - java.lang.Throwable

Constructor.

Creates a NoSuchAlgorithmException with the specified
 detail message and cause.

message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method). - `java.lang.String`
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.) - `java.lang.Throwable`
raw docstring

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

× close