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

Method Summary
 boolean causesRollback(java.lang.Throwable throwable)
          Returns true if the given throwable cause rollback.
 

Method Detail

causesRollback

boolean causesRollback(java.lang.Throwable throwable)
Returns true if the given throwable cause rollback.

Parameters:
throwable -
Returns:


Copyright 2006 Interface21. All Rights Reserved.