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

tech.relaycorp.relaynet.ramf.RAMFException.kt Maven / Gradle / Ivy

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

import tech.relaycorp.relaynet.RelaynetException

/**
 * RAMF-related issue.
 */
open class RAMFException(message: String, cause: Throwable? = null) :
    RelaynetException(message, cause)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy