当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
NoRollbackRuleAttribute (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.transaction.interceptor
Class NoRollbackRuleAttribute
java.lang.Object
org.springframework.transaction.interceptor.RollbackRuleAttribute
org.springframework.transaction.interceptor.NoRollbackRuleAttribute
- All Implemented Interfaces:
- Serializable
public class NoRollbackRuleAttribute
- extends RollbackRuleAttribute
Tag subclass of RollbackRule. Its class name means that it has the
opposite behavior to the RollbackRule superclass.
- Since:
- 09.04.2003
- Author:
- Rod Johnson
- See Also:
- Serialized Form
NoRollbackRuleAttribute
public NoRollbackRuleAttribute(Class clazz)
- Construct a new NoRollbackRule for the given throwable class.
- Parameters:
clazz
- throwable class
NoRollbackRuleAttribute
public NoRollbackRuleAttribute(String exceptionName)
- Construct a new NoRollbackRule for the given exception name.
This can be a substring, with no wildcard support at present.
A value of "ServletException" would match ServletException and
subclasses, for example.
- Parameters:
exceptionName
- the exception pattern
toString
public String toString()
- Overrides:
toString
in class RollbackRuleAttribute
Copyright © 2002-2007 The Spring Framework.