Package org.tmatesoft.sqljet.core
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 forSqlJetErrorCode.IOERR
- Author:
- TMate Software Ltd., Sergey Scherbina (sergey.scherbina@gmail.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlJetIOErrorCode
getIoErrorCode()
-
Methods inherited from class org.tmatesoft.sqljet.core.SqlJetException
getErrorCode, getMessage, toString
-
-
-
-
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
-
-