|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MidaoSQLException | |
---|---|
org.midao.jdbc.core.exception | Exception handling |
org.midao.jdbc.core.handlers.type | Type handlers |
org.midao.jdbc.spring.exception |
Uses of MidaoSQLException in org.midao.jdbc.core.exception |
---|
Methods in org.midao.jdbc.core.exception that return MidaoSQLException | |
---|---|
MidaoSQLException |
ExceptionHandler.convert(java.sql.Connection conn,
java.sql.SQLException cause,
java.lang.String sql,
java.lang.Object... params)
Converts SQLException into MidaoSQLException while populating it with query parameters |
MidaoSQLException |
BaseExceptionHandler.convert(java.sql.Connection conn,
java.sql.SQLException cause,
java.lang.String sql,
java.lang.Object... params)
Converts SQLException into MidaoSQLException while populating it with query parameters |
Methods in org.midao.jdbc.core.exception that throw MidaoSQLException | |
---|---|
static void |
ExceptionUtils.rethrow(MidaoException cause)
Converts MidaoException into MidaoSQLException. |
Uses of MidaoSQLException in org.midao.jdbc.core.handlers.type |
---|
Methods in org.midao.jdbc.core.handlers.type that throw MidaoSQLException | |
---|---|
static java.lang.Object |
TypeHandlerUtils.createArrayOf(java.sql.Connection conn,
java.lang.String typeName,
java.lang.Object[] elements)
Creates new Array instance. |
static java.lang.Object |
TypeHandlerUtils.createBlob(java.sql.Connection conn)
Creates new Blob instance. |
static java.lang.Object |
TypeHandlerUtils.createClob(java.sql.Connection conn)
Creates new Clob instance. |
static java.lang.Object |
TypeHandlerUtils.createSQLXML(java.sql.Connection conn)
/** Creates new SQLXML instance. |
Uses of MidaoSQLException in org.midao.jdbc.spring.exception |
---|
Subclasses of MidaoSQLException in org.midao.jdbc.spring.exception | |
---|---|
class |
BadSqlGrammarException
Exception is thrown when SQL specified is invalid. |
class |
CannotAcquireLockException
Exception is thrown on failure to acquire a lock during an update, for example during a "select for update" statement. |
class |
CannotSerializeTransactionException
Exception is thrown on failure to complete a transaction in serialized mode due to update conflicts. |
class |
ConcurrencyFailureException
Exception is thrown on concurrency failure. |
class |
DataAccessResourceFailureException
Exception is thrown when a resource fails completely: for example, if we can't connect to a database using JDBC. |
class |
DataIntegrityViolationException
Exception is thrown when an attempt to insert or update data results in violation of an integrity constraint. |
class |
DeadlockLoserDataAccessException
Exception is thrown when the current process was a deadlock loser, and its transaction rolled back. |
class |
DuplicateKeyException
Exception is thrown when an attempt to insert or update data results in violation of an primary key or unique constraint. |
class |
InvalidDataAccessApiUsageException
Exception is thrown on incorrect usage of the API, such as failing to "compile" a query object that needed compilation before execution. |
class |
InvalidResultSetAccessException
Exception is thrown when a ResultSet has been accessed in an invalid fashion. |
class |
PermissionDeniedDataAccessException
Exception is thrown when the underlying resource denied a permission to access a specific element, such as a specific database table. |
class |
QueryTimeoutException
Exception is thrown on a query timeout. |
class |
RecoverableDataAccessException
Exception is thrown when a previously failed operation might be able to succeed if the application performs some recovery steps and retries the entire transaction or in the case of a distributed transaction, the transaction branch. |
class |
TransientDataAccessResourceException
Exception is thrown when a resource fails temporarily and the operation can be retried. |
Methods in org.midao.jdbc.spring.exception that return MidaoSQLException | |
---|---|
MidaoSQLException |
SpringExceptionHandler.convert(java.sql.Connection conn,
java.sql.SQLException cause,
java.lang.String sql,
java.lang.Object... params)
Converts SQLException into MidaoSQLException while populating it with query parameters |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |