All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.keepersecurity.secretsManager.core.SecretsManagerExceptions.kt Maven / Gradle / Ivy

@file:JvmName("SecretsManagerException")

package com.keepersecurity.secretsManager.core

internal open class SecretsManagerException(message: String): Exception(message)

internal class SecureRandomException(message: String): SecretsManagerException(message)
internal class SecureRandomSlowGenerationException(message: String): SecretsManagerException(message)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy