See: Description
Exception | Description |
---|---|
ConstraintViolationException |
Implementation of JDBCException indicating that the requested DML operation
resulted in a violation of a defined integrity constraint.
|
DataException |
Implementation of JDBCException indicating that evaluation of the
valid SQL statement against the given data resulted in some
illegal operation, mismatched types or incorrect cardinality.
|
GenericJDBCException |
Generic, non-specific JDBCException.
|
JDBCConnectionException |
Implementation of JDBCException indicating problems with communicating with the
database (can also include incorrect JDBC setup).
|
LockAcquisitionException |
Implementation of JDBCException indicating a problem acquiring lock
on the database.
|
LockTimeoutException | |
SQLGrammarException |
Implementation of JDBCException indicating that the SQL sent to the database
server was invalid (syntax error, invalid object references, etc).
|
This package is a fork of Apache commons-lang nestable exceptions.
Copyright © 2017 JBoss by Red Hat. All rights reserved.