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

TestStorageException

public class TestStorageException extends RuntimeException

java.lang.Object
   ↳ 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 methods

From class java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Inherited fields

From class java.lang.Throwable
Throwable
StackTraceElement[]

Public constructors

TestStorageException

public TestStorageException(String message)

TestStorageException

public TestStorageException(String message, Throwable t)