Liking cljdoc? Tell your friends :D

jdk.security.cert.CertPathBuilderException

An exception indicating one of a variety of problems encountered when building a certification path with a CertPathBuilder.

A CertPathBuilderException 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 encountered when
building a certification path with a CertPathBuilder.

A CertPathBuilderException 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-path-builder-exceptionclj

(->cert-path-builder-exception)
(->cert-path-builder-exception msg)
(->cert-path-builder-exception msg cause)

Constructor.

Creates a CertPathBuilderException 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 CertPathBuilderException 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