TealiumPrism
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
TealiumPrism
core
/
com.tealium.prism.core.api.persistence
/
PersistenceException
Persistence
Exception
class
PersistenceException
(
message
:
String
,
cause
:
Throwable
)
:
TealiumIOException
Exception indicating that an error has occurred during an update event, e.g. insert/update/delete
Members
Constructors
Persistence
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?