DatabaseIOException
Artifact: androidx.media3:media3-database
@UnstableApi
public final class DatabaseIOException extends IOException
| java.lang.Object | ||||
| ↳ | kotlin.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.io.IOException | |||
| ↳ | androidx.media3.database.DatabaseIOException |
An IOException whose cause is an SQLException.
Summary
Public constructors |
|---|
DatabaseIOException(SQLException cause) |
DatabaseIOException(SQLException cause, String message) |
Inherited methods |
|---|