Liking cljdoc? Tell your friends :D
Clojure only.

javax.net.ssl.SSLException

Indicates some kind of error detected by an SSL subsystem. This class is the general class of exceptions produced by failed SSL-related operations.

Indicates some kind of error detected by an SSL subsystem.
This class is the general class of exceptions produced
by failed SSL-related operations.
raw docstring

->ssl-exceptionclj

(->ssl-exception reason)
(->ssl-exception message cause)

Constructor.

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