Java org.springframework.dao.support PersistenceExceptionTranslator fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.dao.support PersistenceExceptionTranslator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.dao.support PersistenceExceptionTranslator.

The text is from its open source code.

Implementation

org.springframework.dao.support.PersistenceExceptionTranslator has the following implementations.
Click this link to see all its implementation.

Method

DataAccessExceptiontranslateExceptionIfPossible(RuntimeException ex)
Translate the given runtime exception thrown by a persistence framework to a corresponding exception from Spring's generic org.springframework.dao.DataAccessException hierarchy, if possible.