|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.transaction.interceptor.RollbackRuleAttribute org.springframework.transaction.interceptor.NoRollbackRuleAttribute
Tag class. Its class means it has the opposite behaviour to the RollbackRule superclass.
Field Summary |
Fields inherited from class org.springframework.transaction.interceptor.RollbackRuleAttribute |
ROLLBACK_ON_RUNTIME_EXCEPTIONS |
Constructor Summary | |
NoRollbackRuleAttribute(java.lang.Class clazz)
Constrct a new NoRollbackRule for the given throwable class. |
|
NoRollbackRuleAttribute(java.lang.String exceptionName)
Construct a new NoRollbackRule for the given exception name. |
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class org.springframework.transaction.interceptor.RollbackRuleAttribute |
getDepth, getExceptionName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NoRollbackRuleAttribute(java.lang.Class clazz)
clazz
- throwable classpublic NoRollbackRuleAttribute(java.lang.String exceptionName)
exceptionName
- the exception patternMethod Detail |
public java.lang.String toString()
toString
in class RollbackRuleAttribute
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |