Kotlin SQLite
Toggle table of contents
0.0.3
common
Target filter
common
Switch theme
Search in API
Skip to content
Kotlin SQLite
Ksqlite Kotlin API
/
ksqlite.kapi.buffer
/
BufferInUseException
Buffer
In
Use
Exception
class
BufferInUseException
(
message
:
String
)
:
RuntimeException
(
source
)
Exception raised when an attempt was made to modify a
Buffer
while SQLite was borrowing it.
Members
Constructors
Buffer
In
Use
Exception
Link copied to clipboard
constructor
(
message
:
String
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?