toggle menu
SQLDelight
2.0.2
common
switch theme
search in API
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
?