public class SqlJetIOException extends SqlJetException
SqlJetErrorCode.IOERR| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
SqlJetIOErrorCode |
getIoErrorCode() |
getErrorCode, getMessage, toStringpublic SqlJetIOException(SqlJetIOErrorCode ioErrorCode)
ioErrorCode - error code.public SqlJetIOException(SqlJetIOErrorCode ioErrorCode, java.lang.String message)
public SqlJetIOException(SqlJetIOErrorCode ioErrorCode, java.lang.Throwable cause)
public SqlJetIOException(SqlJetIOErrorCode ioErrorCode, java.lang.String message, java.lang.Throwable cause)
public SqlJetIOErrorCode getIoErrorCode()
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.