android-components / mozilla.components.lib.dataprotect / KeystoreException

KeystoreException

class KeystoreException : GeneralSecurityException (source)

Exception type thrown by {@link Keystore} when an error is encountered that is not otherwise covered by an existing sub-class to GeneralSecurityException.

Constructors

<init>

KeystoreException(message: String? = null, cause: Throwable? = null)

Exception type thrown by {@link Keystore} when an error is encountered that is not otherwise covered by an existing sub-class to GeneralSecurityException.