{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

StorageContentProviderException

class StorageContentProviderException : RuntimeException

kotlin.Any
   ↳ kotlin.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ androidx.test.services.storage.provider.StorageContentProviderException

A runtime exception for errors that occurred in the test storage content provider.

Summary

Public constructors

Inherited functions

From class java.lang.Throwable

Inherited properties

From class java.lang.Throwable

Public constructors

StorageContentProviderException

StorageContentProviderException(message: String!)

StorageContentProviderException

StorageContentProviderException(message: String!, t: Throwable!)