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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidaddDelegate(PersistenceExceptionTranslator pet)
Add a PersistenceExceptionTranslator to the chained delegate list.