Kotlin BLE Library
Toggle table of contents
2.0.0-beta03
common
Target filter
common
Switch theme
Search in API
Skip to content
Kotlin BLE Library
core
/
no.nordicsemi.kotlin.ble.core.exception
/
ManagerClosedException
Manager
Closed
Exception
common
class
ManagerClosedException
:
IllegalStateException
Thrown when an operation is requested on a
Manager
that has been closed.
Members
Constructors
Manager
Closed
Exception
Link copied to clipboard
common
constructor
(
)
Properties
cause
Link copied to clipboard
common
open
val
cause
:
Throwable
?
message
Link copied to clipboard
common
open
val
message
:
String
?