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

TestStorageException

class TestStorageException : RuntimeException

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

A RuntimeException thrown out of the test storage service.

Summary

Public constructors

Inherited functions

From class java.lang.Throwable

Inherited properties

From class java.lang.Throwable

Public constructors

TestStorageException

TestStorageException(message: String!)

TestStorageException

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