Firebase Kotlin SDK
Toggle table of contents
3.0.0-alpha02
android
apple
common
js
jvm
wasmJs
Platform filter
android
apple
common
js
jvm
wasmJs
Switch theme
Search in API
Firebase Kotlin SDK
firebase-database
/
dev.gitlive.firebase.database
/
DatabaseException
Database
Exception
android
apple
common
js
jvm
wasmJs
actual
typealias
DatabaseException
=
com.google.firebase.database.DatabaseException
(
source
)
actual
class
DatabaseException
(
message
:
String
?
,
cause
:
Throwable
?
)
(
source
)
expect
class
DatabaseException
(
message
:
String
?
,
cause
:
Throwable
?
)
(
source
)
Exception that gets thrown when an operation on Firebase Database fails.
actual
class
DatabaseException
(
message
:
String
?
,
cause
:
Throwable
?
)
(
source
)
actual
typealias
DatabaseException
=
com.google.firebase.database.DatabaseException
actual
class
DatabaseException
(
message
:
String
?
,
cause
:
Throwable
?
)
(
source
)
Members
Constructors
Database
Exception
Link copied to clipboard
apple
common
js
wasmJs
actual
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
expect
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
error
:
dynamic
)
actual
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
error
:
<Error class: unknown class>
)
constructor
(
error
:
<Error class: unknown class>
)
actual
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)