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, setNextException
addSuppressed, fillInStackTrace, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public 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 Throwable
public String getMessage()
getMessage
in class Throwable
public int getErrorCode()
getErrorCode
in class SQLException
public String getSQLState()
getSQLState
in class SQLException
Copyright © 2012–2018 UCanAccess. All rights reserved.