public class NoRollbackRule extends RollbackRule
| Modifier and Type | Field and Description |
|---|---|
static NoRollbackRule |
DEFAULT_NO_ROLLBACK_RULE |
| Constructor and Description |
|---|
NoRollbackRule(Class<?> clazz) |
NoRollbackRule(String exceptionName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
hashCode() |
String |
toString() |
getDepth, getExceptionNamepublic static final NoRollbackRule DEFAULT_NO_ROLLBACK_RULE
public NoRollbackRule(Class<?> clazz)
public NoRollbackRule(String exceptionName)
public boolean equals(Object other)
equals in class RollbackRulepublic int hashCode()
hashCode in class RollbackRulepublic String toString()
toString in class RollbackRuleCopyright © 2023 Seata. All rights reserved.