类的使用
org.springframework.transaction.CannotCreateTransactionException
使用CannotCreateTransactionException的程序包 程序包 说明 org.springframework.transaction Spring's core transaction management APIs (independent of any specific transaction management system); an exception hierarchy for Spring's transaction infrastructure; and transaction manager, definition, and status interfaces.org.springframework.transaction中CannotCreateTransactionException的使用
org.springframework.transaction中CannotCreateTransactionException的子类 修饰符和类型 类 说明 classNestedTransactionNotSupportedExceptionException thrown when attempting to work with a nested transaction but nested transactions are not supported by the underlying backend.classTransactionSuspensionNotSupportedExceptionException thrown when attempting to suspend an existing transaction but transaction suspension is not supported by the underlying backend.