StorageException

class StorageException(message: String? = null, cause: Throwable? = null) : Exception

Exception thrown when there is an error with storage operations.

Parameters

message

The error message.

cause

The underlying cause of the exception.

Constructors

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