Certificate Encoding Exception. This is thrown whenever an error occurs while attempting to encode a certificate.
Certificate Encoding Exception. This is thrown whenever an error occurs while attempting to encode a certificate.
(->certificate-encoding-exception)
(->certificate-encoding-exception message)
(->certificate-encoding-exception message cause)
Constructor.
Creates a CertificateEncodingException 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 CertificateEncodingException 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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close