org.springframework.transaction.interceptor
Class NoRollbackRuleAttribute
java.lang.Object
   org.springframework.transaction.interceptor.RollbackRuleAttribute
org.springframework.transaction.interceptor.RollbackRuleAttribute
       org.springframework.transaction.interceptor.NoRollbackRuleAttribute
org.springframework.transaction.interceptor.NoRollbackRuleAttribute
- All Implemented Interfaces: 
- Serializable
- public class NoRollbackRuleAttribute 
- extends RollbackRuleAttribute
Tag subclass of RollbackRuleAttribute that has the opposite behavior
 to the RollbackRuleAttribute superclass.
- Since:
- 09.04.2003
- Author:
- Rod Johnson
- See Also:
- Serialized Form
 
 
 
 
 
 
NoRollbackRuleAttribute
public NoRollbackRuleAttribute(Class clazz)
- Create a new instance of the NoRollbackRuleAttributeclass
 for the suppliedThrowableclass.
 
- Parameters:
- clazz- the- Throwableclass
- See Also:
- RollbackRuleAttribute.RollbackRuleAttribute(Class)
 
NoRollbackRuleAttribute
public NoRollbackRuleAttribute(String exceptionName)
- Create a new instance of the NoRollbackRuleAttributeclass
 for the suppliedexceptionName.
 
- Parameters:
- exceptionName- the exception name pattern
- See Also:
- RollbackRuleAttribute.RollbackRuleAttribute(String)
 
toString
public String toString()
- 
- Overrides:
- toStringin class- RollbackRuleAttribute
 
- 
 
Copyright © 2002-2008 The Spring Framework.