RadioNotConnectedException

open class RadioNotConnectedException(message: String = "Not connected to radio", cause: Throwable? = null) : Exception(source)

Exception thrown when an operation is attempted while not connected to a mesh radio.

Constructors

Link copied to clipboard
constructor(message: String = "Not connected to radio", cause: Throwable? = null)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?