tech.relaycorp.relaynet.wrappers.KeyException.kt Maven / Gradle / Ivy
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