类的使用
org.springframework.dao.PessimisticLockingFailureException
使用PessimisticLockingFailureException的程序包 程序包 说明 org.springframework.dao Exception hierarchy enabling sophisticated error handling independent of the data access approach in use.org.springframework.dao中PessimisticLockingFailureException的使用
org.springframework.dao中PessimisticLockingFailureException的子类 修饰符和类型 类 说明 classCannotAcquireLockExceptionException thrown on failure to acquire a lock during an update, for example during a "select for update" statement.classCannotSerializeTransactionExceptionException thrown on failure to complete a transaction in serialized mode due to update conflicts.classDeadlockLoserDataAccessExceptionGeneric exception thrown when the current process was a deadlock loser, and its transaction rolled back.