Class JpaSystemException

All Implemented Interfaces:
Serializable

public class JpaSystemException extends UncategorizedDataAccessException
JPA-specific subclass of UncategorizedDataAccessException, for JPA system errors that do not match any concrete org.springframework.dao exceptions.
Since:
2.0
Author:
Juergen Hoeller
See Also:
  • Constructor Details