Uses of Interface
org.springframework.jee.transaction.ApplicationExceptionManager

Packages that use ApplicationExceptionManager
org.springframework.jee.transaction EJB3 transaction support based on Spring facilities. 
 

Uses of ApplicationExceptionManager in org.springframework.jee.transaction
 

Classes in org.springframework.jee.transaction that implement ApplicationExceptionManager
 class AbstractApplicationExceptionManager
          Abstract implementation containing the ejb specification shortcut rules: if the throwable is Error or RemoteException then it is SystemException if the throwable is CreateException/FinderException/RemoveException then it is an ApplicationException .
 class DefaultApplicationExceptionManager
          Default implementation for detecting application exceptions.
 

Constructors in org.springframework.jee.transaction with parameters of type ApplicationExceptionManager
Ejb3TransactionAttribute(ApplicationExceptionManager appExManager)
           
 



Copyright © 2006-2008 SpringSource (formerly Interface21). All Rights Reserved.