tech.relaycorp.relaynet.pki.CertificationPathException.kt Maven / Gradle / Ivy
package tech.relaycorp.relaynet.pki
import tech.relaycorp.relaynet.RelaynetException
class CertificationPathException(message: String, cause: Throwable? = null) :
RelaynetException(message, cause)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy