SQLException
public class SQLException
extends RuntimeException
Known Direct Subclasses
|
Known Indirect Subclasses
SQLiteAbortException,
SQLiteAccessPermException,
SQLiteBindOrColumnIndexOutOfRangeException,
SQLiteBlobTooBigException,
SQLiteCantOpenDatabaseException,
SQLiteConstraintException,
SQLiteDatabaseCorruptException,
SQLiteDatabaseLockedException,
SQLiteDatatypeMismatchException,
SQLiteDiskIOException,
SQLiteDoneException,
SQLiteFullException,
SQLiteMisuseException,
SQLiteOutOfMemoryException,
SQLiteReadOnlyDatabaseException,
SQLiteTableLockedException
|
指示SQL解析或执行出错的异常。
Summary
Public constructors
SQLException
SQLException ()
SQLException
SQLException (String error)
SQLException
SQLException (String error,
Throwable cause)
Parameters |
error |
String
|
cause |
Throwable
|