LocalStorageException

class LocalStorageException @JvmOverloads constructor(message: String?, cause: Throwable? = null) : Exception

Indicates a problem with a local storage operation, such as failing to insert or update a row in contacts or calendar storage.

Parameters

message

A detail message explaining the cause of the error.

cause

The throwable that caused this exception, if any.

Constructors

Link copied to clipboard
constructor(message: String?, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?