public static class AbstractTaskState.ExceptionMatchImpl extends Object implements TaskState.ExceptionMatch
| Constructor and Description |
|---|
ExceptionMatchImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<Class<? extends Exception>> |
getExceptionClasses()
exception classes
|
List<String> |
getExceptions()
exceptions
|
String |
getNext()
next state name
|
void |
setExceptionClasses(List<Class<? extends Exception>> exceptionClasses)
set exception classes
|
void |
setExceptions(List<String> exceptions) |
void |
setNext(String next) |
public List<String> getExceptions()
TaskState.ExceptionMatchgetExceptions in interface TaskState.ExceptionMatchpublic List<Class<? extends Exception>> getExceptionClasses()
TaskState.ExceptionMatchgetExceptionClasses in interface TaskState.ExceptionMatchpublic void setExceptionClasses(List<Class<? extends Exception>> exceptionClasses)
TaskState.ExceptionMatchsetExceptionClasses in interface TaskState.ExceptionMatchexceptionClasses - exception classpublic String getNext()
TaskState.ExceptionMatchgetNext in interface TaskState.ExceptionMatchpublic void setNext(String next)
Copyright © 2023 Seata. All rights reserved.