com.almworks.sqlite4java
Class SQLiteInterruptedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.almworks.sqlite4java.SQLiteException
              extended by com.almworks.sqlite4java.SQLiteInterruptedException
All Implemented Interfaces:
java.io.Serializable

public class SQLiteInterruptedException
extends SQLiteException

SQLiteInterruptedException is a special exception that is thrown whenever SQLite returns SQLITE_INTERRUPT following a call to SQLiteConnection.interrupt().

The transaction is rolled back when interrupted.

Author:
Igor Sereda
See Also:
sqlite3_interrupt, Serialized Form

Constructor Summary
SQLiteInterruptedException()
           
SQLiteInterruptedException(int resultCode, java.lang.String message)
           
 
Method Summary
 
Methods inherited from class com.almworks.sqlite4java.SQLiteException
getBaseErrorCode, getErrorCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SQLiteInterruptedException

public SQLiteInterruptedException()

SQLiteInterruptedException

public SQLiteInterruptedException(int resultCode,
                                  java.lang.String message)