Class SqlJetIOException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.tmatesoft.sqljet.core.SqlJetException
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:
  • Constructor Details

    • 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 Details

    • getIoErrorCode

      public SqlJetIOErrorCode getIoErrorCode()
      Returns:
      the ioErrorCode