Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.persistence/PersistenceException

PersistenceException

class PersistenceException(message: String, cause: Throwable) : TealiumIOException

Exception indicating that an error has occurred during an update event, e.g. insert/update/delete

Constructors

PersistenceException
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?
Generated by Dokka
(c) Tealium 2026