Package android.database.sqlite
Class SQLiteBlobTooBigException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- android.database.SQLException
-
- android.database.sqlite.SQLiteException
-
- android.database.sqlite.SQLiteBlobTooBigException
-
- All Implemented Interfaces:
Serializable
public class SQLiteBlobTooBigException extends SQLiteException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SQLiteBlobTooBigException()SQLiteBlobTooBigException(String error)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SQLiteBlobTooBigException
public SQLiteBlobTooBigException()
-
SQLiteBlobTooBigException
public SQLiteBlobTooBigException(String error)
-
-