Liking cljdoc? Tell your friends :D

jdk.security.GeneralSecurityException

The GeneralSecurityException class is a generic security exception class that provides type safety for all the security-related exception classes that extend from it.

The GeneralSecurityException class is a generic
security exception class that provides type safety for all the
security-related exception classes that extend from it.
raw docstring

->general-security-exceptionclj

(->general-security-exception)
(->general-security-exception msg)
(->general-security-exception message cause)

Constructor.

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