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:
Serializable
Extended exception for
SqlJetErrorCode.IOERR
- Author:
- TMate Software Ltd., Sergey Scherbina (sergey.scherbina@gmail.com)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSqlJetIOException
(SqlJetIOErrorCode ioErrorCode) Create extended exception for IOERR.SqlJetIOException
(SqlJetIOErrorCode ioErrorCode, String message) SqlJetIOException
(SqlJetIOErrorCode ioErrorCode, String message, Throwable cause) SqlJetIOException
(SqlJetIOErrorCode ioErrorCode, Throwable cause) -
Method Summary
Methods inherited from class org.tmatesoft.sqljet.core.SqlJetException
getErrorCode, getMessage, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
SqlJetIOException
Create extended exception for IOERR.- Parameters:
ioErrorCode
- error code.
-
SqlJetIOException
-
SqlJetIOException
-
SqlJetIOException
-
-
Method Details
-
getIoErrorCode
- Returns:
- the ioErrorCode
-