open class JpaSystemException : UncategorizedDataAccessException
JPA-specific subclass of UncategorizedDataAccessException, for JPA system errors that do not match any concrete org.springframework.dao exceptions.
Author
Juergen Hoeller
Since
2.0
See Also
EntityManagerFactoryUtils#convertJpaAccessExceptionIfPossible
JpaSystemException(ex: RuntimeException) |