core/com.tealium.prism.core.api.persistence/PersistenceException PersistenceException class PersistenceException(message: String, cause: Throwable) : TealiumIOExceptionException indicating that an error has occurred during an update event, e.g. insert/update/delete Members 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?