クラス NoRollbackRuleAttribute
java.lang.ObjectSE
org.springframework.transaction.interceptor.RollbackRuleAttribute
org.springframework.transaction.interceptor.NoRollbackRuleAttribute
- 実装されているすべてのインターフェース:
- SerializableSE
RollbackRuleAttribute スーパークラスと逆の動作をする RollbackRuleAttribute のタグサブクラス。- 導入:
- 09.04.2003
- 作成者:
- Rod Johnson, Sam Brannen
- 関連事項:
- フィールドのサマリー- クラス org.springframework.transaction.interceptor.RollbackRuleAttribute から継承されたフィールド- ROLLBACK_ON_RUNTIME_EXCEPTIONS
- コンストラクターの概要コンストラクターコンストラクター説明- NoRollbackRuleAttribute- (ClassSE<?> exceptionType) 指定された- exceptionTypeの- NoRollbackRuleAttributeクラスの新しいインスタンスを作成します。- NoRollbackRuleAttribute- (StringSE exceptionPattern) 指定された- exceptionPatternの- NoRollbackRuleAttributeクラスの新しいインスタンスを作成します。
- メソッドのサマリー- クラス org.springframework.transaction.interceptor.RollbackRuleAttribute から継承されたメソッド- equals, getDepth, getExceptionName, hashCode
- コンストラクターの詳細- NoRollbackRuleAttribute指定された- exceptionTypeの- NoRollbackRuleAttributeクラスの新しいインスタンスを作成します。- パラメーター:
- exceptionType- 例外型。- ThrowableSE または- Throwableのサブクラスである必要があります
- 例外:
- IllegalArgumentExceptionSE- 提供された- exceptionTypeが- Throwable型ではない、または- nullである場合
- 関連事項:
 
- NoRollbackRuleAttribute指定された- exceptionPatternの- NoRollbackRuleAttributeクラスの新しいインスタンスを作成します。- パラメーター:
- exceptionPattern- 例外名パターン。完全にパッケージ修飾されたクラス名にすることもできます
- 例外:
- IllegalArgumentExceptionSE- 指定された- exceptionPatternが- nullまたは空の場合
- 関連事項:
 
 
- メソッドの詳細- toString- オーバーライド:
-  クラス RollbackRuleAttributeのtoString