Java org.springframework.transaction.interceptor RollbackRuleAttribute fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.transaction.interceptor RollbackRuleAttribute fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.transaction.interceptor RollbackRuleAttribute.

The text is from its open source code.

Constructor

RollbackRuleAttribute(Class clazz)
Create a new instance of the RollbackRuleAttribute class.
RollbackRuleAttribute(String exceptionName)
Create a new instance of the RollbackRuleAttribute class for the given exceptionName .

Method

intgetDepth(Throwable ex)
Return the depth of the superclass matching.
StringgetExceptionName()
Return the pattern for the exception name.