spring-framework / org.springframework.orm.jpa / JpaSystemException

JpaSystemException

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

Constructors

<init>

JpaSystemException(ex: RuntimeException)