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
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, java.lang.String message) SqlJetIOException
(SqlJetIOErrorCode ioErrorCode, java.lang.String message, java.lang.Throwable cause) SqlJetIOException
(SqlJetIOErrorCode ioErrorCode, java.lang.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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
SqlJetIOException
Create extended exception for IOERR.- Parameters:
ioErrorCode
- error code.
-
SqlJetIOException
-
SqlJetIOException
-
SqlJetIOException
public SqlJetIOException(SqlJetIOErrorCode ioErrorCode, java.lang.String message, java.lang.Throwable cause)
-
-
Method Details
-
getIoErrorCode
- Returns:
- the ioErrorCode
-