public class

NoRollbackRuleAttribute

extends RollbackRuleAttribute
java.lang.Object
   ↳ org.springframework.transaction.interceptor.RollbackRuleAttribute
     ↳ org.springframework.transaction.interceptor.NoRollbackRuleAttribute

Class Overview

Tag subclass of RollbackRuleAttribute that has the opposite behavior to the RollbackRuleAttribute superclass.

Summary

[Expand]
Inherited Fields
From class org.springframework.transaction.interceptor.RollbackRuleAttribute
Public Constructors
NoRollbackRuleAttribute(Class clazz)
Create a new instance of the NoRollbackRuleAttribute class for the supplied Throwable class.
NoRollbackRuleAttribute(String exceptionName)
Create a new instance of the NoRollbackRuleAttribute class for the supplied exceptionName.
Public Methods
String toString()
[Expand]
Inherited Methods
From class org.springframework.transaction.interceptor.RollbackRuleAttribute
From class java.lang.Object

Public Constructors

public NoRollbackRuleAttribute (Class clazz)

Create a new instance of the NoRollbackRuleAttribute class for the supplied Throwable class.

Parameters
clazz the Throwable class

public NoRollbackRuleAttribute (String exceptionName)

Create a new instance of the NoRollbackRuleAttribute class for the supplied exceptionName.

Parameters
exceptionName the exception name pattern

Public Methods

public String toString ()