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 for SqlJetErrorCode.IOERR
- Author:
- TMate Software Ltd., Sergey Scherbina (sergey.scherbina@gmail.com)
- See Also:
- Serialized Form
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 |
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)
getIoErrorCode
public SqlJetIOErrorCode getIoErrorCode()
- Returns:
- the ioErrorCode
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.