SQLDelight
Toggle table of contents
2.2.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
SQLDelight
runtime
/
app.cash.sqldelight.db
/
OptimisticLockException
Optimistic
Lock
Exception
class
OptimisticLockException
(
message
:
String
?
,
cause
:
Throwable
?
=
null
)
:
IllegalStateException
Members
Constructors
Optimistic
Lock
Exception
Link copied to clipboard
constructor
(
message
:
String
?
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?