public class UcanaccessSQLException extends SQLException
| Modifier and Type | Class and Description |
|---|---|
static class |
UcanaccessSQLException.ExceptionMessages |
| Constructor and Description |
|---|
UcanaccessSQLException() |
UcanaccessSQLException(String reason,
String SQLState) |
UcanaccessSQLException(String reason,
String SQLState,
int vendorCode) |
UcanaccessSQLException(String reason,
String _sqlState,
int _vendorCode,
Throwable _cause) |
UcanaccessSQLException(String _reason,
String _sqlState,
Throwable _cause) |
UcanaccessSQLException(String reason,
Throwable _cause) |
UcanaccessSQLException(Throwable _cause) |
UcanaccessSQLException(UcanaccessSQLException.ExceptionMessages reason) |
UcanaccessSQLException(UcanaccessSQLException.ExceptionMessages reason,
Object... pars) |
| Modifier and Type | Method and Description |
|---|---|
static String |
explaneCause(Throwable cause) |
Throwable |
getCause() |
int |
getErrorCode() |
String |
getLocalizedMessage() |
String |
getMessage() |
String |
getSQLState() |
getNextException, iterator, setNextExceptionaddSuppressed, fillInStackTrace, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic UcanaccessSQLException()
public UcanaccessSQLException(UcanaccessSQLException.ExceptionMessages reason)
public UcanaccessSQLException(UcanaccessSQLException.ExceptionMessages reason, Object... pars)
public UcanaccessSQLException(String reason, String SQLState, int vendorCode)
public UcanaccessSQLException(String reason, String _sqlState, int _vendorCode, Throwable _cause)
public UcanaccessSQLException(String _reason, String _sqlState, Throwable _cause)
public UcanaccessSQLException(Throwable _cause)
public String getLocalizedMessage()
getLocalizedMessage in class Throwablepublic String getMessage()
getMessage in class Throwablepublic int getErrorCode()
getErrorCode in class SQLExceptionpublic String getSQLState()
getSQLState in class SQLExceptionCopyright © 2012–2019 UCanAccess. All rights reserved.