DatabaseIOException


@UnstableApi
public final class DatabaseIOException extends IOException


An IOException whose cause is an SQLException.

Summary

Public constructors

Inherited methods

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

Public constructors

DatabaseIOException

public DatabaseIOException(SQLException cause)

DatabaseIOException

public DatabaseIOException(SQLException cause, String message)