Liking cljdoc? Tell your friends :D

jdk.security.cert.CertificateParsingException

Certificate Parsing Exception. This is thrown whenever an invalid DER-encoded certificate is parsed or unsupported DER features are found in the Certificate.

Certificate Parsing Exception. This is thrown whenever an
invalid DER-encoded certificate is parsed or unsupported DER features
are found in the Certificate.
raw docstring

->certificate-parsing-exceptionclj

(->certificate-parsing-exception)
(->certificate-parsing-exception message)
(->certificate-parsing-exception message cause)

Constructor.

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