nRF Connect Device Manager
Toggle table of contents
3.2.0
release
Target filter
release
Switch theme
Search in API
Skip to content
nRF Connect Device Manager
mcumgr-ble
/
no.nordicsemi.android.mcumgr.ble.exception
/
McuMgrBluetoothDisabledException
Mcu
Mgr
Bluetooth
Disabled
Exception
open
class
McuMgrBluetoothDisabledException
:
McuMgrException
The exception is thrown when the Bluetooth Adapter has been turned off.
Members
Constructors
Mcu
Mgr
Bluetooth
Disabled
Exception
Link copied to clipboard
constructor
(
)
Functions
add
Suppressed
Link copied to clipboard
fun
addSuppressed
(
exception
:
Throwable
)
fill
In
Stack
Trace
Link copied to clipboard
open
fun
fillInStackTrace
(
)
:
Throwable
get
Cause
Link copied to clipboard
open
fun
getCause
(
)
:
Throwable
get
Localized
Message
Link copied to clipboard
open
fun
getLocalizedMessage
(
)
:
String
get
Message
Link copied to clipboard
open
fun
getMessage
(
)
:
String
get
Stack
Trace
Link copied to clipboard
open
fun
getStackTrace
(
)
:
Array
<
StackTraceElement
>
get
Suppressed
Link copied to clipboard
fun
getSuppressed
(
)
:
Array
<
Throwable
>
init
Cause
Link copied to clipboard
open
fun
initCause
(
cause
:
Throwable
)
:
Throwable
print
Stack
Trace
Link copied to clipboard
open
fun
printStackTrace
(
)
set
Stack
Trace
Link copied to clipboard
open
fun
setStackTrace
(
stackTrace
:
Array
<
StackTraceElement
>
)
to
String
Link copied to clipboard
open
fun
toString
(
)
:
@
NotNull
String