org.springframework.jee.transaction
Interface ApplicationExceptionManager
- All Known Implementing Classes:
- AbstractApplicationExceptionManager, DefaultApplicationExceptionManager
public interface ApplicationExceptionManager
Interface used for decoupling the algorithm for determing if a throwable is an exception from the
rest of the transactional support.
- Author:
- Costin Leau
causesRollback
boolean causesRollback(Throwable throwable)
- Returns true if the given throwable cause rollback.
- Parameters:
throwable
-
- Returns:
Copyright © 2006-2008 SpringSource (formerly Interface21). All Rights Reserved.