Liking cljdoc? Tell your friends :D

jdk.security.cert.CertStoreException

An exception indicating one of a variety of problems retrieving certificates and CRLs from a CertStore.

A CertStoreException provides support for wrapping exceptions. The getCause method returns the throwable, if any, that caused this exception to be thrown.

Concurrent Access

Unless otherwise specified, the methods defined in this class are not thread-safe. Multiple threads that need to access a single object concurrently should synchronize amongst themselves and provide the necessary locking. Multiple threads each manipulating separate objects need not synchronize.

An exception indicating one of a variety of problems retrieving
certificates and CRLs from a CertStore.

A CertStoreException provides support for wrapping
exceptions. The getCause method returns the throwable,
if any, that caused this exception to be thrown.

Concurrent Access

Unless otherwise specified, the methods defined in this class are not
thread-safe. Multiple threads that need to access a single
object concurrently should synchronize amongst themselves and
provide the necessary locking. Multiple threads each manipulating
separate objects need not synchronize.
raw docstring

->cert-store-exceptionclj

(->cert-store-exception)
(->cert-store-exception msg)
(->cert-store-exception msg cause)

Constructor.

Creates a CertStoreException with the specified detail message and cause.

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

Constructor.

Creates a CertStoreException with the specified detail
 message and cause.

msg - the detail message - `java.lang.String`
cause - the cause (which is saved for later retrieval by the 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