Local Storage Exception
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.