spring-framework / org.springframework.transaction.interceptor / NoRollbackRuleAttribute

NoRollbackRuleAttribute

open class NoRollbackRuleAttribute : RollbackRuleAttribute

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

Author
Rod Johnson

Since
09.04.2003

Constructors

<init>

NoRollbackRuleAttribute(clazz: Class<*>)

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

NoRollbackRuleAttribute(exceptionName: String)

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

Functions

toString

open fun toString(): String