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 RollbackRuleAttribute that has the opposite behavior to the RollbackRuleAttribute superclass.
Since:
09.04.2003
Author:
Rod Johnson
See Also:
  • Constructor Details

    • NoRollbackRuleAttribute

      public NoRollbackRuleAttribute(Class<?> clazz)
      Create a new instance of the NoRollbackRuleAttribute class for the supplied Throwable class.
      Parameters:
      clazz - the Throwable class
      See Also:
    • NoRollbackRuleAttribute

      public NoRollbackRuleAttribute(String exceptionName)
      Create a new instance of the NoRollbackRuleAttribute class for the supplied exceptionName.
      Parameters:
      exceptionName - the exception name pattern
      See Also:
  • Method Details