SQLJet Home

org.tmatesoft.sqljet.core
Class SqlJetIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.tmatesoft.sqljet.core.SqlJetException
              extended by org.tmatesoft.sqljet.core.SqlJetIOException
All Implemented Interfaces:
java.io.Serializable

public class SqlJetIOException
extends SqlJetException

Extended exception for SqlJetErrorCode.IOERR

Author:
TMate Software Ltd., Sergey Scherbina (sergey.scherbina@gmail.com)
See Also:
Serialized Form

Constructor Summary
SqlJetIOException(SqlJetIOErrorCode ioErrorCode)
          Create extended exception for IOERR.
SqlJetIOException(SqlJetIOErrorCode ioErrorCode, java.lang.String message)
           
SqlJetIOException(SqlJetIOErrorCode ioErrorCode, java.lang.String message, java.lang.Throwable cause)
           
SqlJetIOException(SqlJetIOErrorCode ioErrorCode, java.lang.Throwable cause)
           
 
Method Summary
 SqlJetIOErrorCode getIoErrorCode()
           
 
Methods inherited from class org.tmatesoft.sqljet.core.SqlJetException
getErrorCode, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SqlJetIOException

public SqlJetIOException(SqlJetIOErrorCode ioErrorCode)
Create extended exception for IOERR.

Parameters:
ioErrorCode - error code.

SqlJetIOException

public SqlJetIOException(SqlJetIOErrorCode ioErrorCode,
                         java.lang.String message)

SqlJetIOException

public SqlJetIOException(SqlJetIOErrorCode ioErrorCode,
                         java.lang.Throwable cause)

SqlJetIOException

public SqlJetIOException(SqlJetIOErrorCode ioErrorCode,
                         java.lang.String message,
                         java.lang.Throwable cause)
Method Detail

getIoErrorCode

public SqlJetIOErrorCode getIoErrorCode()
Returns:
the ioErrorCode

SQLJet Home

Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.