This is the general key management exception for all operations dealing with key management. Examples of subclasses of KeyManagementException that developers might create for giving more detailed information could include:
KeyIDConflictException KeyAuthorizationFailureException ExpiredKeyException
This is the general key management exception for all operations dealing with key management. Examples of subclasses of KeyManagementException that developers might create for giving more detailed information could include: KeyIDConflictException KeyAuthorizationFailureException ExpiredKeyException
(->key-management-exception)
(->key-management-exception msg)
(->key-management-exception message cause)
Constructor.
Creates a KeyManagementException 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 KeyManagementException 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