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

tech.relaycorp.relaynet.wrappers.KeyException.kt Maven / Gradle / Ivy

There is a newer version: 1.69.11
Show newest version
package tech.relaycorp.relaynet.wrappers

import tech.relaycorp.relaynet.RelaynetException

/**
 * Exception while generating a cryptographic key.
 */
class KeyException(message: String, cause: Throwable? = null) : RelaynetException(message, cause)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy