程序包 org.hibernate.exception
This package is a fork of Apache commons-lang nestable exceptions.
-
异常错误概要 异常错误 说明 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).