SQLiteException
Artifact: androidx.sqlite:sqlite
public final class SQLiteException
An exception that indicates that something has gone wrong and a error code was produced.
Summary
Public methods |
|
|---|---|
final void |
|
@NonNull Throwable |
|
Throwable |
getCause() |
Throwable |
getCause() |
@NonNull String |
|
String |
|
String |
|
@NonNull StackTraceElement[] |
|
final @NonNull Throwable[] |
|
@NonNull Throwable |
|
void |
|
void |
|
void |
|
void |
setStackTrace(@RecentlyNonNull @NonNull StackTraceElement[] p0) |
Public methods
initCause
@RecentlyNonNull
public @NonNull Throwable initCause(@RecentlyNullable @NonNull Throwable p0)